From 0350883b807ce17290da032e3172a3762621ae74 Mon Sep 17 00:00:00 2001 From: Rob Jack Stewart Date: Mon, 26 Jun 2023 21:33:01 +0100 Subject: [PATCH] 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 Co-authored-by: Gabe Stocco <98900+gfs@users.noreply.github.com> --- DevSkim-VSCode-Plugin/package.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/DevSkim-VSCode-Plugin/package.json b/DevSkim-VSCode-Plugin/package.json index 706850d9..c360a939 100644 --- a/DevSkim-VSCode-Plugin/package.json +++ b/DevSkim-VSCode-Plugin/package.json @@ -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,