Skip to content

Commit 0350883

Browse files
robjackstewartrobjackstewart-microsoftgfs
authored
Remove scanWorkspace command from Extension (#557)
The scanWorkspace command was supposed to be remove during the bump to major version 1, but was missed. Co-authored-by: Rob Stewart <[email protected]> Co-authored-by: Gabe Stocco <[email protected]>
1 parent 772a7df commit 0350883

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

DevSkim-VSCode-Plugin/package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,7 @@
7272
],
7373
"main": "./client/out/extension",
7474
"contributes": {
75-
"commands": [
76-
{
77-
"command": "MS-CST-E.vscode-devskim.scanWorkspace",
78-
"category": "DevSkim",
79-
"title": "Scan all files in the workspace"
80-
}
81-
],
75+
"commands": [],
8276
"configuration": [
8377
{
8478
"order": 10,

0 commit comments

Comments
 (0)