Skip to content

Instantly share code, notes, and snippets.

@JakobMiksch
Created September 26, 2024 13:54
Show Gist options
  • Select an option

  • Save JakobMiksch/44bc15ea13646691f1a9960de75b3e1f to your computer and use it in GitHub Desktop.

Select an option

Save JakobMiksch/44bc15ea13646691f1a9960de75b3e1f to your computer and use it in GitHub Desktop.
VS Code file association with language
{
"files.associations": {
"\"*.sld\"": "\"xml\"",
"\"*.qml\"": "\"xml\"",
"\"*.qgs\"": "\"xml\""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment