bmalehorn / vscode-fish

Fish syntax highlighting and formatting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(restricted) Workspace Trust support

dgcampea opened this issue · comments

Currently vscode-fish is fully disabled when operating in Restricted Mode.
Can "limited" mode be implemented for at least syntax highlighting and extension association to work?

Links (for reference):

Sounds simple enough, this might be just a 1-line change.

@dgcampea do you have a good way of reproducing this issue? How can I open a workspace in restricted mode so I can see this issue?

Open Folder should be enough to trigger a message box that asks for mode selection.

@dgcampea I updated it to have limited access, so it now highlights in restricted mode:

before:
image

after:
image

Does it look good from your end?

Closing out this issue as resolved.