Skip to content

Commit

Permalink
Fix rust-analyzer binary path in devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Futsch1 committed Oct 7, 2023
1 parent fe85406 commit 91f2bf8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"remote.extensionKind": {
"ms-azuretools.vscode-docker": "workspace"
},
"editor.codeActionsOnSaveTimeout": 3000,
"rust-analyzer.serverPath": "/usr/local/bin/rust-analyzer"
"editor.codeActionsOnSaveTimeout": 3000
}
}
},
Expand Down

0 comments on commit 91f2bf8

Please sign in to comment.