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
VS Code allows workspace configuration via JSON files in the .vscode directory, e.g. settings.json, extensions.json, tasks.json, etc. GitHub Linguist treats them as JSON for syntax highlighting. This leads people to believe that comments aren't allowed in these files, but they are.
I propose allowing these files to use the extension .jsonc, in addition to or instead of .json.