mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
* 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.
11 lines
189 B
JSON
11 lines
189 B
JSON
{
|
|
"profiles": {
|
|
"StandaloneExample": {
|
|
"commandName": "Project"
|
|
},
|
|
"StandaloneExample-usc": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "-usc"
|
|
}
|
|
}
|
|
} |