Add VSCode configuration

This commit is contained in:
Oleg Kalachev
2024-07-25 06:51:47 +03:00
parent e993dde355
commit 6ef8820770
9 changed files with 298 additions and 1 deletions

8
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"C_Cpp.intelliSenseEngineFallback": "enabled",
"files.associations": {
"*.sdf": "xml",
"*.ino": "cpp",
"*.h": "cpp"
}
}