Browse Source

Add local VS code settings

master
Forest Belton 2 years ago
parent
commit
3db5f9b0c0
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      .vscode/settings.json

+ 5
- 0
.vscode/settings.json View File

@ -0,0 +1,5 @@
{
"files.associations": {
"test.h": "c"
}
}

Loading…
Cancel
Save