Remove source files from settings.json

Former-commit-id: 88616d6741
This commit is contained in:
Phillip Stephens 2022-10-05 09:30:42 -07:00
parent 69dbad8bce
commit ceb9bf4132
1 changed files with 1 additions and 3 deletions

View File

@ -9,9 +9,7 @@
}, },
"editor.tabSize": 2, "editor.tabSize": 2,
"files.associations": { "files.associations": {
"source_location": "cpp", "source_location": "cpp"
"fdlibm.h": "c",
"math_ppc.h": "c"
}, },
"files.autoSave": "onFocusChange", "files.autoSave": "onFocusChange",
"files.insertFinalNewline": true, "files.insertFinalNewline": true,