vscode interprets .input file as ini
(cherry picked from commit 2d91f6431bfb3bab7414b856af8bc19aabc52853)
This commit is contained in:
parent
6e86093d88
commit
df5536c91f
|
@ -31,4 +31,7 @@
|
|||
"cSpell.words": [
|
||||
"IACV"
|
||||
],
|
||||
"files.associations": {
|
||||
"*.input": "ini"
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue