Skip to content

Commit

Permalink
update vscode config - [override-didc-check]
Browse files Browse the repository at this point in the history
  • Loading branch information
Enzo Desiage committed Apr 18, 2023
1 parent 16a1bf3 commit 711571b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"RA_LOG": "rust_analyzer=debug"
},
"rust-analyzer.trace.server": "verbose",
"rust-analyzer.checkOnSave": true,
"rust-analyzer.procMacro.enable": true
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.procMacro.server": ".vscode/proc-macro-srv-wrapper"
}
16 changes: 0 additions & 16 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,6 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "Generate rust-project.json",
"command": "./.vscode/gen-rust-project",
"options": {
"cwd": "${workspaceFolder}"
},
"group": "build",
"problemMatcher": [],
"presentation": {
"reveal": "never",
"panel": "dedicated"
},
"runOptions": {
"runOn": "folderOpen"
}
},
{
"label": "Install recommended extensions",
"command": "./.vscode/extensions",
Expand Down

0 comments on commit 711571b

Please sign in to comment.