Explicitly disable the rust-analyzer extension in unstrusted workspaces

This commit is contained in:
Lukas Wirth 2023-02-09 17:34:21 +01:00
parent f8f1cb93e0
commit 7fc0f8985d

View file

@ -19,6 +19,12 @@
"categories": [
"Programming Languages"
],
"capabilities": {
"untrustedWorkspaces": {
"supported": false,
"description": "rust-analyzer invokes binaries set up by its configuration as well as the Rust toolchain's binaries. A malicious actor could exploit this to run arbitrary code on your machine."
}
},
"engines": {
"vscode": "^1.66.0"
},