Skip to content

Commit 1bc7777

Browse files
committed
#445
1 parent 0730247 commit 1bc7777

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
{
9292
"command": "python.sortImports",
9393
"title": "Sort Imports",
94-
"category": "Refactor"
94+
"category": "Python Refactor"
9595
},
9696
{
9797
"command": "python.runtests",
@@ -183,6 +183,12 @@
183183
"group": "Refactor",
184184
"when": "editorHasSelection && editorLangId == python"
185185
},
186+
{
187+
"command": "python.sortImports",
188+
"title": "Refactor: Sort Imports",
189+
"group": "Refactor",
190+
"when": "editorLangId == python"
191+
},
186192
{
187193
"command": "python.execSelectionInTerminal",
188194
"group": "Python",

0 commit comments

Comments
 (0)