Enhex / premake-vscode

Visual Studio Code generator for Premake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Visual Studio Code generator for Premake

License:MIT License


Languages

Language:Lua 100.0%