-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitpod.yml
More file actions
25 lines (25 loc) · 725 Bytes
/
.gitpod.yml
File metadata and controls
25 lines (25 loc) · 725 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
tasks:
- init: make install
command: make config
vscode:
extensions:
- ms-vscode-remote.remote-containers
- usernamehw.errorlens
- gitpod.gitpod-desktop
- ms-toolsai.jupyter-keymap
- ms-vscode-remote.remote-ssh
- ms-vscode-remote.remote-ssh-edit
- ms-vscode-remote.vscode-remote-extensionpack
- ms-vscode-remote.remote-wsl
- ms-azuretools.vscode-docker
- donjayamanne.githistory
- GitHub.copilot-nightly
- GitHub.vscode-pull-request-github
- eamodio.gitlens
- ms-toolsai.jupyter
- ms-toolsai.jupyter-renderers
- ms-vscode.makefile-tools
- DavidAnson.vscode-markdownlint
- ms-python.vscode-pylance
- ms-python.python
- redhat.vscode-yaml