mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-28 22:21:03 +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",
|
"id": "spirv",
|
||||||
"configuration": "spirv.configuration.json",
|
"configuration": "spirv.configuration.json",
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"spirv"
|
"spvasm"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user