vscode_deno
vscode_deno copied to clipboard
Workspace Trust feature of VSCode
This is a tracking issue for the upcoming feature for VSCode extensions (see: https://github.com/microsoft/vscode/issues/120251#issuecomment-825832603).
Given that workspace trust is now merged, what would be some good places to implement the feature?
@LeoDog896 could you point me to a relevant API that provides this feature? I might be able to suggest a place to implement it then
API Docs are in the extension guide. Given deno's innate security policy, I'm not sure where the deno extension should revoke access for restricted workspaces.