From 4ff84038c2e233fa28f7f9879a56b4e893c69475 Mon Sep 17 00:00:00 2001 From: Connor Peet Date: Thu, 19 Aug 2021 09:03:59 -0700 Subject: [PATCH] remove spurrious command Fixes #480 --- test-provider-sample/package.json | 8 -------- 1 file changed, 8 deletions(-) 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,