From ac89ddc8c900e457b44f8735b7af87dded9f4ffb Mon Sep 17 00:00:00 2001 From: Benedikt Reinartz Date: Tue, 22 Mar 2022 12:27:54 +0000 Subject: [PATCH] Initial commit of gitpod workspace --- .gitpod.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 000000000..737627c33 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,14 @@ +image: gitpod/workspace-dotnet + +additionalRepositories: + - url: https://github.com/pythonnet/clr-loader.git + +tasks: + - init: pip install ../clr-loader + - init: pip install -r requirements.txt + - init: dotnet build + - init: pip install . + +vscode: + extensions: + - muhammad-sammy.csharp \ No newline at end of file