koto/.vscode/settings.json
Joshua Strobl 44e4564f1c Implement mutli-Library support.
Honestly, not going to bother summarizing this massive changeset. You are welcome to look it over in your own free time.

Fixes #10. Fixes #11
2021-06-22 16:48:13 +03:00

22 lines
No EOL
389 B
JSON

{
"files.associations": {
"glib.h": "c",
"ios": "c",
"__node_handle": "c",
"gtk.h": "c",
"gtktreeview.h": "c",
"cartographer.h": "c",
"structs.h": "c",
"gst.h": "c",
"player.h": "c",
"config.h": "c",
"toml.h": "c",
"chrono": "c",
"sqlite3.h": "c",
"unistd.h": "c",
"ui.h": "c",
"koto-utils.h": "c",
"random": "c",
"add-remove-track-popover.h": "c"
}
}