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. diff --git a/package.json b/package.json index a853c941667b..db00fea7f861 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",