chore: Update VSCode settings and dependencies (#299)

This commit is contained in:
Zixuan Chen 2024-03-30 06:53:22 +08:00 committed by GitHub
parent e58e4e3fdd
commit edb0ef75f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 302 additions and 223 deletions

View file

@ -1,8 +1,6 @@
{ {
"recommendations": [ "recommendations": [
"skellock.just",
"Gruntfuggly.todo-tree", "Gruntfuggly.todo-tree",
"rust-lang.rust-analyzer", "rust-lang.rust-analyzer",
"denoland.vscode-deno"
] ]
} }

View file

@ -65,10 +65,9 @@
"excalidraw.theme": "dark", "excalidraw.theme": "dark",
"deno.enable": false, "deno.enable": false,
"cortex-debug.variableUseNaturalFormat": true, "cortex-debug.variableUseNaturalFormat": true,
"[markdown]": { "[markdown]": {},
"editor.defaultFormatter": "darkriszty.markdown-table-prettify"
},
"[typescript]": { "[typescript]": {
"editor.defaultFormatter": "denoland.vscode-deno" "editor.defaultFormatter": "denoland.vscode-deno"
} },
"vitest.enable": true
} }

View file

@ -38,6 +38,6 @@
"typescript": "^5.0.2", "typescript": "^5.0.2",
"vite": "^4.2.1", "vite": "^4.2.1",
"vite-plugin-wasm": "^3.2.2", "vite-plugin-wasm": "^3.2.2",
"vitest": "^1.0.4" "vitest": "^1.4.0"
} }
} }

File diff suppressed because it is too large Load diff