dotfiles/.local/share/code-server/User/settings.json

53 lines
1.9 KiB
JSON

{
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "meta.function-call.generic.python",
"settings": {
"foreground": "#DCDCAA"
}
}
]
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"workbench.colorTheme": "Dark Modern",
"editor.bracketPairColorization.enabled": false,
"git.openRepositoryInParentFolders": "never",
"editor.stickyScroll.enabled": false,
"html.format.indentHandlebars": true,
"editor.insertSpaces": false,
"workbench.editor.closeEmptyGroups": false,
"editor.hover.hidingDelay": 0,
"hexeditor.columnWidth": 32,
"hexeditor.inspectorType": "sidebar",
"window.menuBarVisibility": "classic",
"workbench.startupEditor": "none",
"workbench.activityBar.location": "top",
"workbench.panel.showLabels": false,
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.cursorStyleInactive": "none",
"debug.internalConsoleOptions": "neverOpen",
"files.trimTrailingWhitespace": true,
"window.customMenuBarAltFocus": false,
"diffEditor.ignoreTrimWhitespace": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"autoDocstring.startOnNewLine": true,
"chat.disableAIFeatures": true,
"editor.snippetSuggestions": "top",
"emmet.showSuggestionsAsSnippets": true,
"telemetry.telemetryLevel": "off",
"php-docblocker.useShortNames": true,
"outline.collapseItems": "alwaysCollapse",
"workbench.editor.tabActionCloseVisibility": false,
"terminal.integrated.suggest.quickSuggestions": {
"commands": "on",
"arguments": "on",
"unknown": "off"
},
"terminal.integrated.suggest.suggestOnTriggerCharacters": true,
"terminal.integrated.initialHint": false
}