mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
15 lines
207 B
JSON
15 lines
207 B
JSON
{
|
|
"version": "1",
|
|
"environments": [
|
|
{
|
|
"name": "WSL-Ubuntu",
|
|
"type": "wsl",
|
|
"wslDistribution": "Ubuntu"
|
|
},
|
|
{
|
|
"name": "WSL-Debian",
|
|
"type": "wsl",
|
|
"wslDistribution": "Debian"
|
|
}
|
|
]
|
|
} |