utils/vscode: Change assembly file ext to .spvasm (#2995)

Instead of `.spirv`.
`.spvasm` is the official extension for these textual files.
This commit is contained in:
Ben Clayton 2019-10-29 15:16:17 +00:00 committed by David Neto
parent 42f8852381
commit 7e2cba6a52

View File

@ -18,7 +18,7 @@
"id": "spirv", "id": "spirv",
"configuration": "spirv.configuration.json", "configuration": "spirv.configuration.json",
"extensions": [ "extensions": [
"spirv" "spvasm"
] ]
} }
], ],