The extension is disabled entirely when the workspace is not trusted. Can you add the untrustedWorkspaces property to package.json to (partially) enable the extension? I think that at least the syntax highlighting should be able to work.
See https://code.visualstudio.com/api/extension-guides/workspace-trust.
The extension is disabled entirely when the workspace is not trusted. Can you add the
untrustedWorkspacesproperty topackage.jsonto (partially) enable the extension? I think that at least the syntax highlighting should be able to work.See https://code.visualstudio.com/api/extension-guides/workspace-trust.