Skip to content

Commit df1d118

Browse files
Added twxs.cmake VSCode extension into gitpod
1 parent 8e8c09f commit df1d118

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .gitpod.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
image:
22
file: .gitpod.Dockerfile
33
tasks:
4-
- command: >
4+
- name: Build darktable application
5+
command: >
56
./build.sh --prefix /opt/darktable --build-type Release --install --sudo
67
vscode:
78
extensions:
9+
- twxs.cmake
810
- ms-vscode.cmake-tools
911
ports:
1012
- name: VNC

0 commit comments

Comments
 (0)