Skip to content

Commit 90a4e12

Browse files
Remove edit action form command palette
Signed-off-by: Sanjula Ganepola <[email protected]>
1 parent a1b67e1 commit 90a4e12

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -972,6 +972,10 @@
972972
"command": "vscode-db2i.jobManager.deleteConfig",
973973
"when": "never"
974974
},
975+
{
976+
"command": "vscode-db2i.examples.edit",
977+
"when": "never"
978+
},
975979
{
976980
"command": "vscode-db2i.notebook.fromSqlUri",
977981
"when": "never"

src/views/examples/contributes.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@
102102
"command": "vscode-db2i.examples.remove",
103103
"group": "navigation@1"
104104
}
105+
],
106+
"commandPalette": [
107+
{
108+
"command": "vscode-db2i.examples.edit",
109+
"when": "never"
110+
}
105111
]
106112
},
107113
"configuration": [

0 commit comments

Comments
 (0)