If you happen to us VS Code, I just discovered this, and I started using it... Add this to your proj

If you happen to us VS Code, I just discovered this, and I started using it...
Add this to your project
.vscode/settings.json

  "json.schemas": [
    {
      "fileMatch": ["wrangler.json"],
      "url": "./node_modules/wrangler/config-schema.json"
    }
  ],

Works perfectly! (acknowledging it is NOT exactly what you were asking for)
Was this page helpful?