diff --git a/test-provider-sample/package.json b/test-provider-sample/package.json index 687f8dd9..84ada069 100644 --- a/test-provider-sample/package.json +++ b/test-provider-sample/package.json @@ -16,14 +16,6 @@ "workspaceContains:*.md" ], "main": "./out/extension.js", - "contributes": { - "commands": [ - { - "command": "test-provider-sample.runTests", - "title": "Custom Run Tests" - } - ] - }, "prettier": { "printWidth": 120, "singleQuote": true,