Skip to content

Commit

Permalink
Remove duplicate "clear workspace interpreter" command (#17891)
Browse files Browse the repository at this point in the history
* Remove dupe "clear workspace interpreter" command

* News file
  • Loading branch information
kimadeline authored Nov 1, 2021
1 parent bd42063 commit b6c0d3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions news/2 Fixes/17890.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove duplicate "Clear Workspace Interpreter Setting" command from the command palette.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b6c0d3e

Please sign in to comment.