Skip to content

Commit

Permalink
Install rust analyzer; cleanup config (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
zephraph authored Jan 27, 2025
1 parent 765078f commit e4f8f1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@
"[json]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
"debug.javascript.defaultRuntimeExecutable": {
"pwa-node": "${workspaceFolder}/.vscode/mise-tools/node"
},
"deno.path": "${workspaceFolder}/.vscode/mise-tools/deno",
"mise.configureExtensionsUseSymLinks": true,
"deno.enablePaths": [
"scripts",
"src/clients/deno"
]
],
}
3 changes: 2 additions & 1 deletion mise.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[tools]
deno = "2.1.6"
rust = { version = "1.78.0", postinstall = "rustup component add rustfmt clippy" }
rust = { version = "1.78.0", postinstall = "rustup component add rustfmt clippy rust-analyzer" }

[settings]
experimental = true

[tasks."ci:install-deps"]
hide = true
description = "Install CI dependencies (only runs on CI)"
run = """
{% if env.CI and os() == "linux" %}
Expand Down

0 comments on commit e4f8f1c

Please sign in to comment.