Skip to content

Commit 91f2bf8

Browse files
committed
Fix rust-analyzer binary path in devcontainer
1 parent fe85406 commit 91f2bf8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
"remote.extensionKind": {
2828
"ms-azuretools.vscode-docker": "workspace"
2929
},
30-
"editor.codeActionsOnSaveTimeout": 3000,
31-
"rust-analyzer.serverPath": "/usr/local/bin/rust-analyzer"
30+
"editor.codeActionsOnSaveTimeout": 3000
3231
}
3332
}
3433
},

0 commit comments

Comments
 (0)