Skip to content

Commit

Permalink
[.gitpod.yml] update config
Browse files Browse the repository at this point in the history
  • Loading branch information
svenefftinge committed Jul 14, 2021
1 parent 4f99741 commit fe8b0c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ ports:
onOpen: ignore
# Dev Theia
- port: 13444
# qemu
- port: 2222
onOpen: ignore
- port: 1234
onOpen: ignore
tasks:
- name: Prepare Agent Smith BPF dev environment
init: leeway run components/ee/agent-smith:prepare-environment
Expand All @@ -45,7 +50,6 @@ vscode:
- bradlc.vscode-tailwindcss
- EditorConfig.EditorConfig
- golang.go
- hangxingliu.vscode-nginx-conf-hint
- hashicorp.terraform
- ms-azuretools.vscode-docker
- ms-kubernetes-tools.vscode-kubernetes-tools
Expand Down
1 change: 0 additions & 1 deletion gitpod-ws.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
{ "path": "components/ws-daemon" },
{ "path": "components/ws-manager" },
{ "path": "components/ws-proxy" },
{ "path": "install/installer" },
{ "path": "test" },
{ "path": "dev/blowtorch" },
{ "path": "dev/gpctl" },
Expand Down

0 comments on commit fe8b0c0

Please sign in to comment.