Skip to content

Commit b684972

Browse files
authored
bug: hide duplicate command from the command palette (#217)
Hides the second one: ![image](https://github.com/user-attachments/assets/03bdf89a-56ba-4737-8715-def8bc0d8f82)
1 parent 771bd3c commit b684972

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,10 @@
305305
{
306306
"command": "python-envs.copyProjectPath",
307307
"when": "false"
308+
},
309+
{
310+
"command": "python-envs.createAny",
311+
"when": "false"
308312
}
309313
],
310314
"view/item/context": [

0 commit comments

Comments
 (0)