Add linux config to template folder
Official build / Build (push) Successful in 8m24s

This commit is contained in:
2026-06-11 00:47:22 +01:00
parent a5e3fc57b3
commit c1d4f7b9db
3 changed files with 185 additions and 0 deletions
@@ -0,0 +1,14 @@
{
"buildDirectory": "./",
"C_Cpp.default.intelliSenseMode": "gcc-x86",
"files.associations": {
"*.vcl": "asm-collection",
"*.i": "asm-collection",
"*.vsm": "asm-collection",
"*.vclpp": "asm-collection",
"*.hpp": "cpp",
"*.cpp": "cpp",
"*.h": "c",
"*.c": "c"
}
}