Skip to content

Commit

Permalink
Remove scanWorkspace command from Extension (#557)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
3 people authored Jun 26, 2023
1 parent 772a7df commit 0350883
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions DevSkim-VSCode-Plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,7 @@
],
"main": "./client/out/extension",
"contributes": {
"commands": [
{
"command": "MS-CST-E.vscode-devskim.scanWorkspace",
"category": "DevSkim",
"title": "Scan all files in the workspace"
}
],
"commands": [],
"configuration": [
{
"order": 10,
Expand Down

0 comments on commit 0350883

Please sign in to comment.