Skip to content

Commit

Permalink
Add VSCode settings to keep correct file types associations
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Jun 14, 2024
1 parent 852df0d commit 07c4c52
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"files.associations": {
"*.sdf": "xml",
"*.ino": "cpp",
"*.h": "cpp"
}
}

0 comments on commit 07c4c52

Please sign in to comment.