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:
10
.gitpod.dockerfile
Normal file
10
.gitpod.dockerfile
Normal 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/*
|
||||
@@ -1,3 +1,9 @@
|
||||
|
||||
tasks:
|
||||
- init: npm i && clear
|
||||
|
||||
image:
|
||||
file: .gitpod.dockerfile
|
||||
vscode:
|
||||
extensions:
|
||||
- sasjs.sasjs-for-vscode@1.2.6:AJmar85B1uSEapxRaRQGrQ==
|
||||
- sasjs.sasjs-for-vscode
|
||||
Reference in New Issue
Block a user