Skip to content

Instantly share code, notes, and snippets.

@t-ubukata
Last active July 26, 2021 09:01
Show Gist options
  • Save t-ubukata/35a86eec64d619c998c9e9d9434ec621 to your computer and use it in GitHub Desktop.
Save t-ubukata/35a86eec64d619c998c9e9d9434ec621 to your computer and use it in GitHub Desktop.
Visual Studio Code settings.
[
{
"key": "ctrl+tab",
"command": "workbench.action.nextEditor"
},
{
"key": "ctrl+shift+tab",
"command": "workbench.action.previousEditor"
},
{
"key": "enter",
"command": "-acceptSelectedSuggestionOnEnter",
"when": "acceptSuggestionOnEnter && editorTextFocus && suggestWidgetVisible && suggestionMakesTextEdit"
}
]
{
"editor.minimap.enabled": false,
"workbench.startupEditor": "newUntitledFile",
"workbench.activityBar.visible": false,
"files.autoGuessEncoding": true,
"window.restoreWindows": "none",
"git.ignoreMissingGitWarning": true,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.suggestSelection": "first",
"security.workspace.trust.enabled": false,
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment