I recommend the Even Better TOML extension. Follow the instructions here.
Add the following to your User Settings file (settings.json)
"json.schemaDownload.enable": true,
"json.schemas": [
{
"fileMatch": ["wrangler.json"],
"url": "https://raw.githubusercontent.com/snilan/wrangler-json-schema/main/wrangler.schema.json"
}
],