mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Disable Manage Packages button if python is not installed (#6008)
This commit is contained in:
@@ -224,7 +224,7 @@
|
||||
"notebook/toolbar": [
|
||||
{
|
||||
"command": "jupyter.cmd.managePackages",
|
||||
"when": "providerId == jupyter"
|
||||
"when": "providerId == jupyter && notebook:pythonInstalled"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user