File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 66 "[json]" : {
77 "editor.defaultFormatter" : " denoland.vscode-deno"
88 },
9- "debug.javascript.defaultRuntimeExecutable" : {
10- "pwa-node" : " ${workspaceFolder}/.vscode/mise-tools/node"
11- },
12- "deno.path" : " ${workspaceFolder}/.vscode/mise-tools/deno" ,
13- "mise.configureExtensionsUseSymLinks" : true ,
149 "deno.enablePaths" : [
1510 " scripts" ,
1611 " src/clients/deno"
17- ]
12+ ],
1813}
Original file line number Diff line number Diff line change 11[tools ]
22deno = " 2.1.6"
3- rust = { version = " 1.78.0" , postinstall = " rustup component add rustfmt clippy" }
3+ rust = { version = " 1.78.0" , postinstall = " rustup component add rustfmt clippy rust-analyzer " }
44
55[settings ]
66experimental = true
77
88[tasks ."ci:install-deps" ]
9+ hide = true
910description = " Install CI dependencies (only runs on CI)"
1011run = """
1112 {% if env.CI and os() == "linux" %}
You can’t perform that action at this time.
0 commit comments