2025-09-23

This commit is contained in:
2025-09-23 09:49:24 -04:00
parent 0dfd4392a6
commit b691ebe0d7
6 changed files with 59 additions and 50 deletions
+20 -6
View File
@@ -45,7 +45,7 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"terminal.integrated.fontSize": 14,
"terminal.integrated.fontFamily": "'Maple Mono', monospace",
"terminal.integrated.fontFamily": "'MesloLGS NF', monospace",
"workbench.editor.enablePreview": false,
"telemetry.feedback.enabled": false,
"telemetry.telemetryLevel": "crash",
@@ -62,10 +62,10 @@
"[astro]": {
"editor.defaultFormatter": "astro-build.astro-vscode"
},
"workbench.preferredLightColorTheme": "FlatUI Immersed",
"workbench.preferredLightColorTheme": "FlatUI",
"discord.suppressNotifications": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
@@ -82,13 +82,27 @@
"rust-analyzer.lens.implementations.enable": false,
"rust-analyzer.lens.updateTest.enable": false,
"rust-analyzer.inlayHints.typeHints.enable": false,
"workbench.activityBar.location": "top",
"workbench.editor.tabActionUnpinVisibility": false,
"workbench.editor.tabSizingFixedMaxWidth": 180,
"workbench.sideBar.location": "right",
"editor.smoothScrolling": true,
"editor.cursorSmoothCaretAnimation": "on",
"workbench.list.smoothScrolling": true,
"terminal.integrated.smoothScrolling": true,
"editor.cursorBlinking": "smooth"
"editor.cursorBlinking": "smooth",
"workbench.activityBar.location": "top",
"rust-analyzer.inlayHints.chainingHints.enable": false,
"rust-analyzer.inlayHints.closingBraceHints.enable": false,
"rust-analyzer.inlayHints.genericParameterHints.const.enable": false,
"rust-analyzer.inlayHints.parameterHints.enable": false,
"zig.zls.enabled": "on",
"zig.zls.inlayHintsExcludeSingleArgument": false,
"zig.zls.inlayHintsShowBuiltin": false,
"zig.zls.inlayHintsShowParameterName": false,
"zig.zls.inlayHintsShowStructLiteralFieldType": false,
"zig.zls.inlayHintsShowVariableTypeHints": false,
"editor.inlayHints.enabled": "offUnlessPressed",
"prettier.documentSelectors": ["**/*.ripple"],
"[ripple]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}