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
Opened up another extension project, launched the extension development host and nothing happens, not even the prelaunch task—based on dev tools output I tried disabling the extension and everything went back to normal, tried reinstalling and the issue still presented after re-enabling.
Related error output in dev tools:
The text was updated successfully, but these errors were encountered:
There appear to be 3 parts to this problem that I need to resolve:
Understand why the XSLT/XPath extension is being triggered in this context, and explore whether it's possible to stop this happening.
The TaskProviders attempt to parse the tasks.json file which is not standard JSON, it is JSONC. There is a very crude attempt to 'fix' the JSONC so it can be parsed with the JSON parser - but we should move to using Microsofts JSONC parser.
The exception case where the JSONC cannot still be passed should be handled properly.
Extension Version:
0.2.9
VS Code Information
Opened up another extension project, launched the extension development host and nothing happens, not even the prelaunch task—based on dev tools output I tried disabling the extension and everything went back to normal, tried reinstalling and the issue still presented after re-enabling.
Related error output in dev tools:
The text was updated successfully, but these errors were encountered: