Skip to content

Instantly share code, notes, and snippets.

@hrdtbs
Last active July 25, 2020 00:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hrdtbs/67afb13bde107cb1333bafc227c2518a to your computer and use it in GitHub Desktop.
Save hrdtbs/67afb13bde107cb1333bafc227c2518a to your computer and use it in GitHub Desktop.
VSCodeでJSONの補完を効かせる。renovateの例。
"json.schemas": [
{
"fileMatch": ["renovate.json"],
"url": "https://docs.renovatebot.com/renovate-schema.json"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment