summaryrefslogtreecommitdiff
path: root/.gitpod.yml
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2021-01-09 22:33:59 +0000
committergumiko <git@gumi.ca>2021-01-09 22:40:13 +0000
commita0b124bc80ead9733452638d25895a6522f5f2f0 (patch)
treef418ce5cb3093b7beb1c010efd1c2964202497ca /.gitpod.yml
parent90fd3155ad57efc06c763f45a89ac4668e9be1e3 (diff)
downloadpolicies-a0b124bc80ead9733452638d25895a6522f5f2f0.tar.gz
policies-a0b124bc80ead9733452638d25895a6522f5f2f0.tar.bz2
policies-a0b124bc80ead9733452638d25895a6522f5f2f0.tar.xz
policies-a0b124bc80ead9733452638d25895a6522f5f2f0.zip
[ci skip] add vscode and gitpod integration
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 0000000..d9f6886
--- /dev/null
+++ b/.gitpod.yml
@@ -0,0 +1,14 @@
+tasks:
+ - before: make deno
+ init: make
+ # docs: https://browsersync.io/docs/command-line
+ command: npx browser-sync start --server build --files build --port 8080 --no-ui --no-notify --open "gp preview $(gp url 8080)"
+
+ports:
+ - port: 8080
+ visibility: private
+ onOpen: open-preview
+
+vscode:
+ extensions:
+ - denoland.vscode-deno