aboutsummaryrefslogtreecommitdiff
path: root/.gitpod.yml
diff options
context:
space:
mode:
authorUri Shaked2020-07-08 23:37:48 +0300
committerGitHub2020-07-08 23:37:48 +0300
commit912e89c6ded6cdd191020b6824757f7fdcf145fd (patch)
treed99f7c1058d262b8cc972fe398b9231a238c10b6 /.gitpod.yml
parenttest(instruction): extract constants (diff)
downloadavr8js-912e89c6ded6cdd191020b6824757f7fdcf145fd.tar.gz
avr8js-912e89c6ded6cdd191020b6824757f7fdcf145fd.tar.bz2
avr8js-912e89c6ded6cdd191020b6824757f7fdcf145fd.zip
chore: configure gitpod (#50)
This commit implements a fully-automated development setup using Gitpod.io, an online IDE for GitHub and GitLab that enables Dev-Environments-As-Code. This makes it easy for anyone to get a ready-to-code workspace for any branch, issue or pull request almost instantly with a single click.
Diffstat (limited to '')
-rw-r--r--.gitpod.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 0000000..4547353
--- /dev/null
+++ b/.gitpod.yml
@@ -0,0 +1,12 @@
+tasks:
+ - init: npm install
+ command: npm run start
+
+vscode:
+ extensions:
+ - esbenp.prettier-vscode@5.1.3:t532ajsImUSrA9N8Bd7jQw==
+ - dbaeumer.vscode-eslint@2.1.3:1NRvj3UKNTNwmYjptmUmIw==
+
+ports:
+ - port: 1234
+ onOpen: open-preview