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

10 lines
211 B
JSON

{
"dotnet.defaultSolution": "disable",
"C_Cpp.errorSquiggles": "disabled",
"files.associations": {
"*.rc": "c",
"*.tmsl": "hlsl",
"*.gspec": "go",
"fsm.h": "c"
}
}