Configure vscode file associations, use hpp instead of h
This commit is contained in:
committed by
Jack Humbert
parent
631c09e976
commit
67f722c9c8
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -4,5 +4,11 @@
|
||||
"files.exclude": {
|
||||
"**/.build": true,
|
||||
"**/*.hex": true
|
||||
},
|
||||
"files.associations": {
|
||||
"*.h": "c",
|
||||
"*.c": "c",
|
||||
"*.cpp": "cpp",
|
||||
"*.hpp": "cpp"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user