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
When using the vscode-web module with auto_install_extensions set to true extensions will fail if your repo's .vscode/extensions.json file contains comments.
This appears to be because run.sh executes jq (which doesn't directly support json with comments) against the file (see here). Comments in .vscode/extensions.json are fairly common (for example, see the extensions.json in the vscode repo).
The text was updated successfully, but these errors were encountered:
When using the
vscode-web
module withauto_install_extensions
set to true extensions will fail if your repo's.vscode/extensions.json
file contains comments.This appears to be because
run.sh
executesjq
(which doesn't directly support json with comments) against the file (see here). Comments in.vscode/extensions.json
are fairly common (for example, see the extensions.json in the vscode repo).The text was updated successfully, but these errors were encountered: