Initial commit

This commit is contained in:
2026-06-13 15:53:13 +00:00
commit 9de9e78011
25 changed files with 735 additions and 0 deletions
+14
View File
@@ -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"
}
}