Monokai / monokai-pro-vscode

Issue tracking for Monokai Pro for Visual Studio Code
321 stars 8 forks source link

Fix @workspaceUnsupported so Monokai Pro can work in untrusted VS Code workspaces #270

Closed simonrolfmore closed 2 years ago

simonrolfmore commented 2 years ago

VS Code, as of v1.59 (I think) has the notion of workspace trust, where extensions that run code or could do other nefarious things are disabled until you trust the workspace.

Monokai Pro, being a theme, presumably doesn't do any of this stuff so I imagine there's no reason why it couldn't be updated to support workspace trust.

If this is done, then I could use Monokai when exploring other codebases, temp files etc. and keep my eyes happy 😊

BasixKOR commented 2 years ago

Seems like duplicate of #264?

simonrolfmore commented 2 years ago

Yes, looks like it - apologies.