Visual Studio Code generator for Premake.
-
Put these files in a
vscodesubdirectory in one of Premake's search paths. -
Add the line
require "vscode"preferably to your premake-system.lua, or to your premake5.lua script. -
Generate
premake5 gmake
premake5 vscodealso supports using ninja instead of gmake.