Skip to content

Commit 6a5fb02

Browse files
Copilotrijesha
andauthored
Remove conflicting keybindings to fix Ctrl+Shift+P Command Palette issue (#181)
* Initial plan * Remove conflicting keybindings from package.json Co-authored-by: rijesha <7819200+rijesha@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rijesha <7819200+rijesha@users.noreply.github.com>
1 parent 710b23e commit 6a5fb02

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

package.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,7 @@
6464
}
6565
}
6666
},
67-
"keybindings": [
68-
{
69-
"command": "zephyr-ide.build",
70-
"key": "ctrl+shift+B",
71-
"mac": "ctrl+shift+B"
72-
},
73-
{
74-
"command": "zephyr-ide.flash",
75-
"key": "ctrl+shift+p",
76-
"mac": "ctrl+shift+p"
77-
}
78-
],
67+
7968
"viewsWelcome": [
8069
{
8170
"view": "welcome",

0 commit comments

Comments
 (0)