Skip to content

Instantly share code, notes, and snippets.

@Khady
Created February 2, 2018 03:17
Show Gist options
  • Save Khady/29109084f59789dd177340026c85287a to your computer and use it in GitHub Desktop.
Save Khady/29109084f59789dd177340026c85287a to your computer and use it in GitHub Desktop.
VScode configuration to have schema validation while editing bsconfig.json (reasonml, bucklescript)
{
"json.schemas": [
{
"fileMatch": [
"bsconfig.json"
],
"url": "https://bucklescript.github.io/bucklescript/docson/build-schema.json"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment