vscode interprets .input file as ini

(cherry picked from commit 2d91f6431b)
This commit is contained in:
Matthew Kennedy 2023-04-02 14:18:03 -07:00 committed by rusefi
parent 6e86093d88
commit df5536c91f
1 changed files with 3 additions and 0 deletions

View File

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