Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[.gitpod.yml] update config #4798

Merged
merged 1 commit into from
Jul 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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