v4k-git-backup/.vscode/settings.json

11 lines
231 B
JSON
Raw Normal View History

2024-03-28 23:21:53 +00:00
{
"dotnet.defaultSolution": "disable",
2024-07-24 20:31:44 +00:00
"C_Cpp.errorSquiggles": "disabled",
"files.associations": {
"*.rc": "c",
"*.tmsl": "hlsl",
"*.gspec": "go",
2024-08-15 21:00:13 +00:00
"fsm.h": "c",
"v4k": "c"
2024-07-24 20:31:44 +00:00
}
2024-03-28 23:21:53 +00:00
}