Browse Source

Add 'python/.gitpod.yml'

天问 3 years ago
parent
commit
0cca35f9e7
1 changed files with 19 additions and 0 deletions
  1. 19 0
      python/.gitpod.yml

+ 19 - 0
python/.gitpod.yml

@@ -0,0 +1,19 @@
+image:
+  file: .gitpod.Dockerfile
+
+ports:
+    - port: 3000
+      onOpen: ignore
+
+vscode:
+  extensions:
+    - learnpack.learnpack-vscode
+    
+github:
+    prebuilds:
+        # enable for the master/default branch (defaults to true)
+        master: true
+        # enable for pull requests coming from this repo (defaults to true)
+        pullRequests: false
+        # add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
+        addComment: false