diff --git a/testenvironments.json b/testenvironments.json new file mode 100644 index 0000000..7e1ed7b --- /dev/null +++ b/testenvironments.json @@ -0,0 +1,11 @@ +//this file enables debugging unit-tests on WSL2 ubuntu when working on Windows +{ + "version": "1", + "environments": [ + { + "name": "WSL-Ubuntu", + "type": "wsl", + "wslDistribution": "Ubuntu" + } + ] +} \ No newline at end of file