1# Visual Studio Code extension for SPIR-V disassembly files 2 3This directory holds a Visual Studio Code extension adding syntax highlighting for SPIR-V assembly files (`.spvasm`) 4 5## Dependencies 6 7In 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: 8* [`npm`](https://www.npmjs.com/) 9* [`golang`](https://golang.org/) 10 11## Installing (macOS / Linux) 12 13Run `install.sh` 14 15## Installing (Windows) 16 17Run `install.bat` 18