Skip to content

Commit c933c30

Browse files
committed
remove package refresh and management buttons from project view
1 parent f622704 commit c933c30

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

package.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -373,11 +373,6 @@
373373
"group": "inline",
374374
"when": "view == env-managers && viewItem == python-package"
375375
},
376-
{
377-
"command": "python-envs.packages",
378-
"group": "inline",
379-
"when": "view == python-projects && viewItem == python-env"
380-
},
381376
{
382377
"command": "python-envs.copyEnvPath",
383378
"group": "inline",
@@ -387,11 +382,6 @@
387382
"command": "python-envs.remove",
388383
"when": "view == python-projects && viewItem == python-env"
389384
},
390-
{
391-
"command": "python-envs.refreshPackages",
392-
"group": "inline",
393-
"when": "view == python-projects && viewItem == python-env"
394-
},
395385
{
396386
"command": "python-envs.removePythonProject",
397387
"when": "view == python-projects && viewItem == python-workspace-removable"

0 commit comments

Comments
 (0)