You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! The VSCode extension "Even Better TOML" currently cannot run in workspaces that run in restricted mode. However, because the extension primarily deals with formatting, syntax highlighting, and so on rather than executing code, I feel that allowing the extension to run in restricted mode workspaces should not be too much of an issue.
If the maintainers agree, then enabling the extension to run in restricted mode is possible via the "capabilities" -> "untrustedWorkspaces" key in the extension manifest (see here for more info).
Thanks for your time!
The text was updated successfully, but these errors were encountered:
Hello! The VSCode extension "Even Better TOML" currently cannot run in workspaces that run in restricted mode. However, because the extension primarily deals with formatting, syntax highlighting, and so on rather than executing code, I feel that allowing the extension to run in restricted mode workspaces should not be too much of an issue.
If the maintainers agree, then enabling the extension to run in restricted mode is possible via the
"capabilities" -> "untrustedWorkspaces"
key in the extension manifest (see here for more info).Thanks for your time!
The text was updated successfully, but these errors were encountered: