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
JSON-with-comments is practically a JSON file. The difference is VS Code will complain if a JSON file contains comments, except it's set as a JSON-with-comments file. Both use .json file extension. VS Code sets the language ID to simply json for normal JSON file and jsonc for JSON-with-comments file. Check out the language association selection below.
Please, add support for JSON with comment (jsonc) files.
Thank you.
The text was updated successfully, but these errors were encountered: