Skip to content

snilan/wrangler-json-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Schema for Cloudflare Workers Configuration

VSCode

If you're using wrangler.toml

I recommend the Even Better TOML extension. Follow the instructions here.

If you're using wrangler.json with the --experimental-json-config flag

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"
  }
],

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published