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