Automatic JSONCAutomatic JSONC is a Visual Studio Code extension that automatically converts JSONC files (JSON with comments) to standard JSON files based on user-configured glob patterns. FeaturesThis extension processes JSONC files that match the user-configured glob patterns and converts them to JSON files upon save. This allows you to work with JSONC for your configurations while maintaining compatibility with tools and parsers that require standard JSON files. By default, the extension targets RequirementsThere are no additional requirements to use this extension. However, you will need to have the Extension SettingsThis extension includes the following configurable setting:
Known IssuesThere are no known issues at the moment. If you encounter any issues, please report them on the GitHub repository. Release Notes0.1.0
0.0.1Initial release of Automatic JSONC. |