mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 06:03:58 +00:00
Explicitly disable the rust-analyzer extension in unstrusted workspaces
This commit is contained in:
parent
f8f1cb93e0
commit
7fc0f8985d
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue