-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitpod.yml
More file actions
31 lines (28 loc) · 888 Bytes
/
Copy path.gitpod.yml
File metadata and controls
31 lines (28 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# specify some details about the image to use
image: benniwi/learn2code:24.04_lecture
vscode:
extensions:
- donjayamanne.githistory
- ms-python.python
- twxs.cmake
- mhutchie.git-graph
- ms-vscode.cpptools-themes
- cs128.cs128-clang-tidy
- xaver.clang-format
- marp-team.marp-vscode
- zaaack.markdown-editor
- ms-vscode.cmake-tools
- ms-azuretools.vscode-docker
- yzhang.markdown-all-in-one
- franneck94.c-cpp-runner
- DavidAnson.vscode-markdownlint
- mdickin.markdown-shortcuts
- ElecTreeFrying.insert-random-text
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
tasks:
- init: echo 'init script' # runs during prebuild
command: echo 'start script'
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
ports:
- port: 3000
onOpen: open-preview