We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0730247 commit 1bc7777Copy full SHA for 1bc7777
1 file changed
package.json
@@ -91,7 +91,7 @@
91
{
92
"command": "python.sortImports",
93
"title": "Sort Imports",
94
- "category": "Refactor"
+ "category": "Python Refactor"
95
},
96
97
"command": "python.runtests",
@@ -183,6 +183,12 @@
183
"group": "Refactor",
184
"when": "editorHasSelection && editorLangId == python"
185
186
+ {
187
+ "command": "python.sortImports",
188
+ "title": "Refactor: Sort Imports",
189
+ "group": "Refactor",
190
+ "when": "editorLangId == python"
191
+ },
192
193
"command": "python.execSelectionInTerminal",
194
"group": "Python",
0 commit comments