From d1ffe9c49c6648e3f3eac4a0eb906e64b292d554 Mon Sep 17 00:00:00 2001 From: Kim-Adeline Miguel Date: Mon, 1 Nov 2021 12:11:57 -0700 Subject: [PATCH 1/2] Remove dupe "clear workspace interpreter" command --- package.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/package.json b/package.json index af6e1f9d0c8f..aafb81bf9178 100644 --- a/package.json +++ b/package.json @@ -1761,12 +1761,6 @@ "title": "%python.command.python.viewLanguageServerOutput.title%", "when": "!virtualWorkspace && shellExecutionSupported" }, - { - "category": "Python", - "command": "python.clearWorkspaceInterpreter", - "title": "%python.command.python.clearWorkspaceInterpreter.title%", - "when": "!virtualWorkspace && shellExecutionSupported" - }, { "category": "Python", "command": "python.switchOffInsidersChannel", From d9d6ae9c1d3da747cda0885105a2920924673dd5 Mon Sep 17 00:00:00 2001 From: Kim-Adeline Miguel Date: Mon, 1 Nov 2021 12:17:53 -0700 Subject: [PATCH 2/2] News file --- news/2 Fixes/17890.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/2 Fixes/17890.md diff --git a/news/2 Fixes/17890.md b/news/2 Fixes/17890.md new file mode 100644 index 000000000000..845108ee6fd9 --- /dev/null +++ b/news/2 Fixes/17890.md @@ -0,0 +1 @@ +Remove duplicate "Clear Workspace Interpreter Setting" command from the command palette.