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