config/code/.config/Code - OSS/User/settings.json

43 lines
No EOL
1.5 KiB
JSON

{
"[just]": {
"editor.tabSize": 2
},
"[yaml]": {
"editor.tabSize": 2
},
"breadcrumbs.enabled": false,
"editor.codeActionsOnSave": {
"source.organizeImports": "always"
},
"editor.fontFamily": "'FiraCode Nerd Font', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 16,
"editor.formatOnSave": true,
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.tabSize": 4,
"livePreview.openPreviewTarget": "External Browser",
"python.analysis.diagnosticMode": "workspace",
"python.analysis.inlayHints.callArgumentNames": "all",
"python.analysis.inlayHints.functionReturnTypes": true,
"python.analysis.inlayHints.variableTypes": true,
"python.analysis.typeCheckingMode": "standard",
"python.analysis.nodeExecutable": "/usr/bin/node",
"python.createEnvironment.trigger": "prompt",
"python.languageServer": "Jedi",
"redhat.telemetry.enabled": false,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.enablePersistentSessions": false,
"terminal.integrated.hideOnStartup": "always",
"update.showReleaseNotes": false,
"window.restoreWindows": "one",
"window.zoomLevel": 2,
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "none",
"svelte.enable-ts-plugin": true,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"workbench.colorTheme": "Tokyo Night"
}