mirror of
https://github.com/loro-dev/loro.git
synced 2025-01-22 21:07:43 +00:00
chore: Update VSCode settings and dependencies (#299)
This commit is contained in:
parent
e58e4e3fdd
commit
edb0ef75f6
4 changed files with 302 additions and 223 deletions
2
.vscode/extensions.json
vendored
2
.vscode/extensions.json
vendored
|
@ -1,8 +1,6 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"skellock.just",
|
||||
"Gruntfuggly.todo-tree",
|
||||
"rust-lang.rust-analyzer",
|
||||
"denoland.vscode-deno"
|
||||
]
|
||||
}
|
||||
|
|
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
|
@ -65,10 +65,9 @@
|
|||
"excalidraw.theme": "dark",
|
||||
"deno.enable": false,
|
||||
"cortex-debug.variableUseNaturalFormat": true,
|
||||
"[markdown]": {
|
||||
"editor.defaultFormatter": "darkriszty.markdown-table-prettify"
|
||||
},
|
||||
"[markdown]": {},
|
||||
"[typescript]": {
|
||||
"editor.defaultFormatter": "denoland.vscode-deno"
|
||||
}
|
||||
},
|
||||
"vitest.enable": true
|
||||
}
|
||||
|
|
|
@ -38,6 +38,6 @@
|
|||
"typescript": "^5.0.2",
|
||||
"vite": "^4.2.1",
|
||||
"vite-plugin-wasm": "^3.2.2",
|
||||
"vitest": "^1.0.4"
|
||||
"vitest": "^1.4.0"
|
||||
}
|
||||
}
|
||||
|
|
514
pnpm-lock.yaml
514
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue