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
{{ message }}
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.
Saving profile runs on error if the config has trailing commas any where in the settings.json.
The error message was also very shortened, so I had to look a while to find the issue.
Unfortunately the JSON specification does not allow a trailing commas, but code has no problem with it, so I think the profile switscher shouldn't either.
This is the snippet that caused the error.
"files.exclude": { "**/.git": true, },
The text was updated successfully, but these errors were encountered:
Saving profile runs on error if the config has trailing commas any where in the
settings.json
.The error message was also very shortened, so I had to look a while to find the issue.
Unfortunately the JSON specification does not allow a trailing commas, but code has no problem with it, so I think the profile switscher shouldn't either.
This is the snippet that caused the error.
"files.exclude": { "**/.git": true, },
The text was updated successfully, but these errors were encountered: