mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-25 04:50:04 +00:00
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:
parent
42f8852381
commit
7e2cba6a52
@ -18,7 +18,7 @@
|
||||
"id": "spirv",
|
||||
"configuration": "spirv.configuration.json",
|
||||
"extensions": [
|
||||
"spirv"
|
||||
"spvasm"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user