1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-08 10:00:04 +00:00

chore: updating gitpod files

This commit is contained in:
Allan Bowe
2021-03-17 07:40:48 +00:00
parent 1b66c59dc0
commit 0135dd6c8f
2 changed files with 17 additions and 1 deletions

10
.gitpod.dockerfile Normal file
View File

@@ -0,0 +1,10 @@
FROM gitpod/workspace-full
RUN sudo apt-get update \
&& sudo apt-get install -y \
doxygen \
&& npm i -g npm@latest \
&& npm i -g @sasjs/cli \
&& npm i \
&& sudo rm -rf /var/lib/apt/lists/*

View File

@@ -1,3 +1,9 @@
tasks:
- init: npm i && clear
image:
file: .gitpod.dockerfile
vscode: vscode:
extensions: extensions:
- sasjs.sasjs-for-vscode@1.2.6:AJmar85B1uSEapxRaRQGrQ== - sasjs.sasjs-for-vscode