Enhex / premake-vscode

Visual Studio Code generator for Premake
MIT License
19 stars 9 forks source link
premake vscode

Visual Studio Code generator for Premake.

Usage

  1. Put these files in a vscode subdirectory in one of Premake's search paths.

  2. Add the line require "vscode" preferably to your premake-system.lua, or to your premake5.lua script.

  3. Generate (currently need to call gmake2 manually)

    premake5 gmake2
    premake5 vscode

also supports using ninja instead of gmake2.