.gitpod.yml 136 B

123456789
  1. image: gitpod/workspace-dotnet
  2. tasks:
  3. - init: dotnet build
  4. command: dotnet run
  5. vscode:
  6. extensions:
  7. - muhammad-sammy.csharp