Files
Terminal.Gui/StandaloneExample/Properties/launchSettings.json
BDisp b185722ab6 Standalone update fix (#1596)
* Updating nuget package and fixing nonworking code.

* Adding some more improvements and launch for UseSystemConsole.

* Fixes layout issue.

* Also added a launch for UseSystemConsole for the Example project.

* Fixing unit tests.

* Trying fixing timeouts duplicate keys.
2022-02-18 07:23:46 -08:00

11 lines
189 B
JSON

{
"profiles": {
"StandaloneExample": {
"commandName": "Project"
},
"StandaloneExample-usc": {
"commandName": "Project",
"commandLineArgs": "-usc"
}
}
}