unplugged-system/external/swiftshader/third_party/SPIRV-Tools/utils/vscode
2025-10-06 13:59:42 +00:00
..
src Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
extension.js Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
go.mod Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
go.sum Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
install.bat Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
install.sh Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
package.json Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
spirv.json Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
spirv.json.tmpl Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

Visual Studio Code extension for SPIR-V disassembly files

This directory holds a Visual Studio Code language server extension for SPIR-V assembly files (.spvasm)

The extension supports:

  • Syntax highlighting
  • Jump to definition
  • Find all references
  • Symbol renaming
  • Operand hover information
  • Formatting

Dependencies

In order to build and install the Visual Studio Code language server extension, you will need to install and have on your PATH the following dependencies:

Installing (macOS / Linux)

Run install.sh

Installing (Windows)

Run install.bat