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

10 lines
211 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",
"fsm.h": "c"
}
2024-03-28 23:21:53 +00:00
}