Short description of issue
Synced json template files include an injected comment that VSCode/Theme Check complains is not valid JSON.
Reproduction steps
Sync a JSON template file through the CLI’s shopify theme pull command that includes JSON template files that were modified in the theme editor. The file will include the following comment, which is reported as an error caused by invalid JSON:
/*
* ------------------------------------------------------------
* IMPORTANT: The contents of this file are auto-generated.
*
* This file may be updated by the Shopify admin theme editor
* or related systems. Please exercise caution as any changes
* made to this file may be overwritten.
* ------------------------------------------------------------
*/
Additional info
Not valid JSON but acceptable in Shopify template files.
What type of topic is this
Troubleshooting
Bug report
