fix: add file association for *.mdc files (#16963)

This commit is contained in:
Okinea Dev
2025-02-02 06:18:17 +00:00
committed by GitHub
parent 43fd9326ba
commit 87281b6d48
2 changed files with 2 additions and 0 deletions

View File

@@ -140,6 +140,7 @@
},
"files.associations": {
"*.idl": "cpp",
"*.mdc": "markdown",
"array": "cpp",
},
"C_Cpp.files.exclude": {