Skip to content

Commit

Permalink
updated context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek's Macbook Pro authored and Abhishek's Macbook Pro committed May 11, 2024
1 parent b8bbbcf commit 09c31da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .sublime/Context.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"children":
[
{ "command": "py_rock", "args": {"action": "import_symbol"}, "caption": "Import Symbol" },
{ "command": "py_rock", "args": {"action": "copy_import_symbol"}, "caption": "Copy Import Symbol" },
{ "command": "py_rock", "args": {"action": "re_index_imports"}, "caption": "Re-Index Imports" },
{ "command": "py_rock", "args": {"action": "copy_test_path"}, "caption": "Copy test path" },
]
}
]
]

0 comments on commit 09c31da

Please sign in to comment.