update
This commit is contained in:
parent
e6b5fadf8b
commit
7c23db6734
3 changed files with 12 additions and 5 deletions
|
@ -19,7 +19,7 @@
|
|||
"liveServer.settings.root": "docs/",
|
||||
"liveServer.settings.donotVerifyTags": true,
|
||||
"editor.insertSpaces": false,
|
||||
"editor.fontFamily": "sans, \"linja pona\", mono",
|
||||
"editor.fontFamily": "monoa,sans, \"linja pona\", mono",
|
||||
"editor.minimap.renderCharacters": false,
|
||||
"Lua.telemetry.enable": false,
|
||||
"Lua.workspace.library": [
|
||||
|
@ -33,7 +33,7 @@
|
|||
"editor.copyWithSyntaxHighlighting": false,
|
||||
"terminal.integrated.defaultProfile.linux": "fish",
|
||||
"rust.clippy_preference": "on",
|
||||
"workbench.colorTheme": "Catppuccin",
|
||||
"workbench.colorTheme": "Catppuccin Mocha",
|
||||
"C_Cpp.renameRequiresIdentifier": false,
|
||||
"editor.renderWhitespace": "all",
|
||||
"terminal.integrated.fontFamily": "monospace",
|
||||
|
@ -43,5 +43,6 @@
|
|||
"rust-analyzer.cargo.buildScripts.enable": true,
|
||||
"editor.fontLigatures": true,
|
||||
"editor.wordWrap": "on",
|
||||
"window.zoomLevel": 1
|
||||
"window.zoomLevel": 1,
|
||||
"redhat.telemetry.enabled": false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue