This repository has been archived on 2022-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
fuck-premake-old2/website/docs/editAndContinue.md
2021-03-12 22:10:24 +01:00

502 B

Turns the edit-and-continue features of a toolset or platform on and off.

editAndContinue "value"

If no value is set for a configuration, the toolset's default setting (usually "On") will be used.

Parameters

value is a boolean value, i.e. "On" or "Off".

Applies To

Project configurations.

Availability

Premake 5.0 or later.

Examples

-- Turn off edit and continue
editAndContinue "Off"

See Also