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
My environment, my VSCode, does not show the error. And, the "Hello World" project that does not use Hono created by Create Cloudflare CLI uses wrangler.json not .jsonc It also does not throw the error.
Is this because my environment is different from yours, or do you need to make some setting?
MathurAditya724
changed the title
bug: change wrangler.json format to jsonc
bug: comments not allowed in wrangler.json, change the format to jsonc
Feb 2, 2025
VSCode provides an error for the comments in the
wranger.json
, changing it to.jsonc
resolves the issue. We have 2 options to resolve this -I understand that many might not be familiar with the
.jsonc
format, so I wanted to bring this issue to everyone's attention and get your opinion.The text was updated successfully, but these errors were encountered: