We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f622704 commit c933c30Copy full SHA for c933c30
1 file changed
package.json
@@ -373,11 +373,6 @@
373
"group": "inline",
374
"when": "view == env-managers && viewItem == python-package"
375
},
376
- {
377
- "command": "python-envs.packages",
378
- "group": "inline",
379
- "when": "view == python-projects && viewItem == python-env"
380
- },
381
{
382
"command": "python-envs.copyEnvPath",
383
@@ -387,11 +382,6 @@
387
"command": "python-envs.remove",
388
"when": "view == python-projects && viewItem == python-env"
389
384
390
391
- "command": "python-envs.refreshPackages",
392
393
394
395
385
396
386
"command": "python-envs.removePythonProject",
397
"when": "view == python-projects && viewItem == python-workspace-removable"
0 commit comments