45 lines
No EOL
1.7 KiB
JSON
45 lines
No EOL
1.7 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.wordWrap": "on",
|
|
"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",
|
|
"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",
|
|
"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,
|
|
"window.zoomLevel": 1
|
|
} |