Skip to content

opt-in to "workspace trust" settings to work in "restricted mode" #42

@stevengj

Description

@stevengj

Currently, this extension is disabled if the workspace is in "restricted mode":

image

As mentioned on stackoverflow, ideally the extension can indicate whether it is safe to run in restricted mode. This is also echoed by the [vscode docs]:

Most extensions run code on your behalf and could potentially do harm. Some extensions have settings that could cause them to act maliciously if configured to run an unexpected executable. For this reason, extensions that have not explicitly opted into Workspace Trust are disabled by default in Restricted Mode.

See the Workspace Trust Extension Guide for how to do it.

Since this extension is just tab completions, it should be safe to run when editing untrusted files, no?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions