Skip to content

Instantly share code, notes, and snippets.

@derektamsen
Last active December 16, 2025 08:03
Show Gist options
  • Select an option

  • Save derektamsen/ec9b7d6bfd706fa08dabe470d1b327f2 to your computer and use it in GitHub Desktop.

Select an option

Save derektamsen/ec9b7d6bfd706fa08dabe470d1b327f2 to your computer and use it in GitHub Desktop.
Example vscode syntax handler for tailscale hujson files (jwcc)
{
"files.associations": {
"*.hujson": "jsonc"
},
"json.schemas": [{
"fileMatch": ["*.hujson"],
"schema": {
"allowTrailingCommas": true
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment