vscode_deno icon indicating copy to clipboard operation
vscode_deno copied to clipboard

Workspace Trust feature of VSCode

Open kitsonk opened this issue 4 years ago • 3 comments

This is a tracking issue for the upcoming feature for VSCode extensions (see: https://github.com/microsoft/vscode/issues/120251#issuecomment-825832603).

kitsonk avatar Apr 23 '21 21:04 kitsonk

Given that workspace trust is now merged, what would be some good places to implement the feature?

tristan-f-r avatar Jan 06 '23 00:01 tristan-f-r

@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

bartlomieju avatar Jan 06 '23 21:01 bartlomieju

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.

tristan-f-r avatar Jan 06 '23 22:01 tristan-f-r