initial commit
This commit is contained in:
10
.vscode/settings.json
vendored
Normal file
10
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"*.h": "cpp",
|
||||
"platformio.ini": "ini"
|
||||
},
|
||||
"clangd.arguments": [
|
||||
"--compile-commands-dir=${workspaceFolder}",
|
||||
"--header-insertion=never"
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user