We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bicep version Main branch
Describe the bug src/vscode-bicep/vscode-snippets/jsonc-snippets.jsonc suggests key binding that open spotlight on OS X.
bicep/src/vscode-bicep/vscode-snippets/jsonc-snippets.jsonc
Line 8 in 8883c16
Default settings on VS code: https://github.com/microsoft/vscode/blob/e8c27bc34442a660e50e97331ef7ace6bc9fa9be/src/vs/editor/contrib/suggest/browser/suggestController.ts#L995-L997
registerEditorCommand(new SuggestCommand({ id: 'focusSuggestion', precondition: ContextKeyExpr.and(SuggestContext.Visible, SuggestContext.HasFocusedSuggestion.negate()), handler: x => x.focusSuggestion(), kbOpts: { weight: weight, kbExpr: EditorContextKeys.textInputFocus, primary: KeyMod.CtrlCmd | KeyCode.Space, secondary: [KeyMod.CtrlCmd | KeyCode.KeyI], mac: { primary: KeyMod.WinCtrl | KeyCode.Space, secondary: [KeyMod.CtrlCmd | KeyCode.KeyI] } }, }));
To Reproduce Press CMD+SCPACE on OS X while trying to open intellisense suggestion
Suggested change Press CTRL+SPACE/CTRL+i/CMD+i at any location to see Intellisense suggestions
Press CTRL+SPACE/CTRL+i/CMD+i at any location to see Intellisense suggestions
The text was updated successfully, but these errors were encountered:
StephenWeatherford
No branches or pull requests
Bicep version
Main branch
Describe the bug
src/vscode-bicep/vscode-snippets/jsonc-snippets.jsonc suggests key binding that open spotlight on OS X.
bicep/src/vscode-bicep/vscode-snippets/jsonc-snippets.jsonc
Line 8 in 8883c16
Default settings on VS code: https://github.com/microsoft/vscode/blob/e8c27bc34442a660e50e97331ef7ace6bc9fa9be/src/vs/editor/contrib/suggest/browser/suggestController.ts#L995-L997
To Reproduce
Press CMD+SCPACE on OS X while trying to open intellisense suggestion
Suggested change
Press CTRL+SPACE/CTRL+i/CMD+i at any location to see Intellisense suggestions
The text was updated successfully, but these errors were encountered: