Skip to content

2.0 | How to build and run

zalan-racz-gaijin edited this page Jun 18, 2024 · 3 revisions
  1. Download and install Visual Studio 2022 (https://visualstudio.microsoft.com/downloads/)

  2. Download and install Node.js (https://nodejs.org/en/download)

  3. Download and install git (https://git-scm.com/downloads)

  4. Download and install OpenJDK (https://learn.microsoft.com/en-us/java/openjdk/download)

  5. Open cmd

  6. Clone the repository

    git clone https://github.com/GaijinEntertainment/Dagor-Shader-Language-Support-for-Visual-Studio.git --recursive
    

    Don't forget to use the --recursive flag otherwise git won't download the language server.

  7. Open the repository in Visual Studio

  8. Press F5 to build and start a new instance of Visual Studio where the extension is installed. You can use breakpoints as usual.

Clone this wiki locally