Commit b20f9b4
authored
Explicitly disable extension for untrusted workspaces (#3416)
This extension can read and execute code from a workspace folder, therefore it
is a potential security risk to run the extension in an untrusted workspace.
Until we can put more effort into partial support of safe features, we will
explicitly disable this extension when the workspace is untrusted.1 parent 9854e9e commit b20f9b4
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
895 | 895 | | |
896 | 896 | | |
897 | 897 | | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
898 | 903 | | |
899 | 904 | | |
900 | 905 | | |
| |||
0 commit comments