Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit be23273

Browse files
committed
Update file associations
1 parent 846866e commit be23273

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
"files.associations": {
2727
"bitlab.h": "c",
2828
"utils.h": "c",
29-
"state.h": "c"
29+
"state.h": "c",
30+
"fcntl.h": "c",
31+
"log.h": "c"
3032
},
3133
"C_Cpp.formatting": "vcFormat",
3234
"C_Cpp.autoAddFileAssociations": true,

0 commit comments

Comments
 (0)