mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
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.
This commit is contained in:
11
Example/Properties/launchSettings.json
Normal file
11
Example/Properties/launchSettings.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"profiles": {
|
||||
"Example": {
|
||||
"commandName": "Project"
|
||||
},
|
||||
"Example:-usc": {
|
||||
"commandName": "Project",
|
||||
"commandLineArgs": "-usc"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user