Skip to content

Commit fe10ce5

Browse files
committed
bugfix(complition): update keybindings
1 parent f2c95aa commit fe10ce5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,13 @@
7575
{
7676
"key": "alt+\\",
7777
"command": "firecoder.inlineSuggest",
78-
"mac": "ctrl+enter"
78+
"when": "editorTextFocus"
7979
},
8080
{
8181
"key": "ctrl+enter",
8282
"command": "firecoder.inlineSuggest",
83-
"mac": "ctrl+enter"
83+
"mac": "ctrl+enter",
84+
"when": "editorTextFocus"
8485
}
8586
],
8687
"configuration": {
@@ -172,4 +173,4 @@
172173
"@grafana/faro-core": "^1.3.5",
173174
"@grafana/faro-web-sdk": "^1.3.5"
174175
}
175-
}
176+
}

0 commit comments

Comments
 (0)