mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Remove Analyze in Notebook from command palette (#4330)
This commit is contained in:
@@ -128,7 +128,8 @@
|
||||
"menus": {
|
||||
"commandPalette": [
|
||||
{
|
||||
"command": "notebook.command.analyzeNotebook"
|
||||
"command": "notebook.command.analyzeNotebook",
|
||||
"when": "false"
|
||||
},
|
||||
{
|
||||
"command": "notebook.command.new"
|
||||
|
||||
Reference in New Issue
Block a user