Skip to content

Commit

Permalink
Remove sort imports from command palette and context menu (microsoft#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ludizhan authored and eleanorjboyd committed Oct 2, 2023
1 parent f4e803d commit 5a20d3f
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -431,11 +431,6 @@
"command": "python.setInterpreter",
"title": "%python.command.python.setInterpreter.title%"
},
{
"category": "Python Refactor",
"command": "python.sortImports",
"title": "%python.command.python.sortImports.title%"
},
{
"category": "Python",
"command": "python.startREPL",
Expand Down Expand Up @@ -1871,12 +1866,6 @@
"title": "%python.command.python.setInterpreter.title%",
"when": "!virtualWorkspace && shellExecutionSupported"
},
{
"category": "Python Refactor",
"command": "python.sortImports",
"title": "%python.command.python.sortImports.title%",
"when": "!virtualWorkspace && shellExecutionSupported && editorLangId == python"
},
{
"category": "Python",
"command": "python.startREPL",
Expand Down Expand Up @@ -1915,12 +1904,6 @@
"group": "Python",
"when": "editorLangId == python && !virtualWorkspace && shellExecutionSupported && isWorkspaceTrusted"
},
{
"command": "python.sortImports",
"group": "Refactor",
"title": "%python.command.python.sortImports.title%",
"when": "editorLangId == python && !notebookEditorFocused && !virtualWorkspace && shellExecutionSupported"
},
{
"submenu": "python.runFileInteractive",
"group": "Jupyter2",
Expand Down

0 comments on commit 5a20d3f

Please sign in to comment.