Browse Source

Add 'dotnet/.gitpod.yml'

天问 3 years ago
parent
commit
c0b3a721b1
1 changed files with 9 additions and 0 deletions
  1. 9 0
      dotnet/.gitpod.yml

+ 9 - 0
dotnet/.gitpod.yml

@@ -0,0 +1,9 @@
+image: gitpod/workspace-dotnet
+
+tasks:
+  - init: dotnet build
+    command: dotnet run
+
+vscode:
+  extensions:
+    - muhammad-sammy.csharp