From ca442a7bb42ae3876864749bfd16e8778a4e16e9 Mon Sep 17 00:00:00 2001 From: alex-jitbit <33555768+alex-jitbit@users.noreply.github.com> Date: Fri, 5 Jan 2024 21:33:53 +0200 Subject: [PATCH] Added support for unit-tests on Linux WSL2 --- testenvironments.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testenvironments.json 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