We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2987210 commit 0d9282bCopy full SHA for 0d9282b
.gitpod.Dockerfile
@@ -0,0 +1,3 @@
1
+FROM gitpod/workspace-full
2
+
3
+ENV PATH="/workspace/grain/node_modules/.bin:$PATH"
.gitpod.yml
@@ -0,0 +1,15 @@
+# This configuration file was automatically generated by Gitpod.
+# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
+# and commit this file to your remote git repository to share the goodness with others.
4
5
+image:
6
+ file: .gitpod.Dockerfile
7
8
+tasks:
9
+ - init: |
10
+ yarn --pure-lockfile
11
+ yarn compiler build
12
+vscode:
13
+ extensions:
14
+ - ocamllabs.ocaml-platform
15
+ - grain-lang.vscode-grain
0 commit comments