Configuration

Extensions

Settings

File > Preferences > Settings [Ctrl+]

Editing directly the global setting file:

Open the Command Palette (Ctrl+Shift+P) and enter Preferences: Open User Settings (JSON)

{
    "editor.acceptSuggestionOnEnter": "off",
    "editor.multiCursorModifier": "ctrlCmd",
    "terminal.integrated.inheritEnv": false,
}

File > Preferences > Keyboard Shortcuts [Ctrl+K Ctrl+S]

(Keybindings file: $HOME/.config/Code/User/keybindings.json)

{
    "key": "tab",
    "command": "-acceptSelectedSuggestion",
    "when": "suggestWidgetHasFocusedSuggestion && suggestWidgetVisible && textInputFocus"
}