• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

src/25-Apr-2025-35,40830,631

.gitignoreD25-Apr-20257 21

README.mdD25-Apr-2025658 2617

extension.jsD25-Apr-20252.4 KiB6729

go.modD25-Apr-2025165 96

go.sumD25-Apr-2025376 54

install.batD25-Apr-20251.2 KiB3125

install.shD25-Apr-20251.2 KiB3514

package.jsonD25-Apr-2025895 4039

spirv.jsonD25-Apr-202520.1 KiB268267

spirv.json.tmplD25-Apr-20251.8 KiB7372

README.md

1# Visual Studio Code extension for SPIR-V disassembly files
2
3This directory holds a Visual Studio Code language server extension for SPIR-V assembly files (`.spvasm`)
4
5The extension supports:
6* Syntax highlighting
7* Jump to definition
8* Find all references
9* Symbol renaming
10* Operand hover information
11* Formatting
12
13## Dependencies
14
15In 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:
16* [`npm`](https://www.npmjs.com/)
17* [`golang 1.16+`](https://golang.org/)
18
19## Installing (macOS / Linux)
20
21Run `install.sh`
22
23## Installing (Windows)
24
25Run `install.bat`
26