vscode interprets .input file as ini

This commit is contained in:
Matthew Kennedy 2023-04-02 14:18:03 -07:00
parent 483c43a027
commit 2d91f6431b
1 changed files with 3 additions and 0 deletions

View File

@ -15,4 +15,7 @@
"cSpell.words": [
"IACV"
],
"files.associations": {
"*.input": "ini"
},
}