Files
Terminal.Gui/testenvironments.json
BDisp ce7ecb51d8 Fixes #2252. Pressing the ENTER key in a TextField should not move the focus (#3195)
* Fixes #2252. Pressing the ENTER key in a TextField should not move the focus

* Update xml doc.

* Tested on WSL-Ubuntu-20.04
2024-01-20 09:16:59 -07:00

24 lines
720 B
JSON

{
// Remote Testing (experimental preview).
// Here is some documentation https://learn.microsoft.com/en-us/visualstudio/test/remote-testing?view=vs-2022.
// Here a screen shot of the VS2022 where are the Test Explorer https://user-images.githubusercontent.com/13117724/196798350-5a6f94d3-b6cd-424e-b4e8-a9b507dc057a.png.
// Ignore "Could not find 'mono' host" error because unit tests don't use the .NET Framework.
"version": "1",
"environments": [
{
"name": "WSL-Ubuntu",
"type": "wsl",
"wslDistribution": "Ubuntu"
},
{
"name": "WSL-Ubuntu-20.04",
"type": "wsl",
"wslDistribution": "Ubuntu-20.04"
},
{
"name": "WSL-Debian",
"type": "wsl",
"wslDistribution": "Debian"
}
]
}