-
-
Notifications
You must be signed in to change notification settings - Fork 617
editAndContinue
Jason Perkins edited this page Apr 14, 2015
·
8 revisions
The editAndContinue function turns the edit-and-continue features of a toolset or platform on and off.
#!lua
editAndContinue "value"
If no value is set for a configuration, the toolset's default setting (usually "On") will be used.
value is a boolean value, i.e. "On" or "Off".
Solutions, projects, and project configurations.
Premake 5.0.
#!lua
-- Turn off edit and continue
editAndContinue "Off"