52 lines
No EOL
2 KiB
JSON
52 lines
No EOL
2 KiB
JSON
{
|
|
"workbench.startupEditor": "none",
|
|
"security.workspace.trust.untrustedFiles": "open",
|
|
"workbench.enableExperiments": false,
|
|
"workbench.settings.enableNaturalLanguageSearch": false,
|
|
"update.mode": "manual",
|
|
"update.showReleaseNotes": false,
|
|
"files.exclude": {
|
|
"**/*.meta": true
|
|
},
|
|
"editor.quickSuggestionsDelay": 0,
|
|
"python.autoComplete.addBrackets": true,
|
|
"editor.suggestSelection": "first",
|
|
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
|
|
"editor.hover.delay": 10,
|
|
"workbench.hover.delay": 50,
|
|
"editorconfig.generateAuto": false,
|
|
"window.menuBarVisibility": "toggle",
|
|
"liveServer.settings.root": "docs/",
|
|
"liveServer.settings.donotVerifyTags": true,
|
|
"editor.insertSpaces": false,
|
|
"editor.fontFamily": "sans, mono, \"linja pona\", mono",
|
|
"editor.minimap.renderCharacters": false,
|
|
"Lua.telemetry.enable": false,
|
|
"Lua.workspace.library": [
|
|
"~/proj/forks/awesome"
|
|
],
|
|
"color-highlight.markRuler": false,
|
|
"bracket-pair-colorizer-2.depreciation-notice": false,
|
|
"liveServer.settings.donotShowInfoMsg": true,
|
|
"python.analysis.typeCheckingMode": "basic",
|
|
"python.experiments.enabled": false,
|
|
"editor.copyWithSyntaxHighlighting": false,
|
|
"terminal.integrated.defaultProfile.linux": "fish",
|
|
"rust.clippy_preference": "on",
|
|
"workbench.colorTheme": "Catppuccin Mocha",
|
|
"C_Cpp.renameRequiresIdentifier": false,
|
|
"editor.renderWhitespace": "all",
|
|
"terminal.integrated.fontFamily": "monospace",
|
|
"markdown.preview.fontFamily": "sans",
|
|
"editor.bracketPairColorization.enabled": false,
|
|
"rust-analyzer.inlayHints.parameterHints.enable": false,
|
|
"rust-analyzer.cargo.buildScripts.enable": true,
|
|
"editor.fontLigatures": true,
|
|
"editor.wordWrap": "on",
|
|
"redhat.telemetry.enabled": false,
|
|
"files.trimTrailingWhitespace": true,
|
|
"editor.glyphMargin": false,
|
|
"editor.formatOnSave": true,
|
|
"window.zoomLevel": 1,
|
|
"omnisharp.useModernNet": false
|
|
} |