Skip to content

chore: bump coder/vscode-web/coder from 1.2.0 to v1.3.0 in /dogfood/coder #18946

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

Merged
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
chore: bump coder/vscode-web/coder in /dogfood/coder
---
updated-dependencies:
- dependency-name: coder/vscode-web/coder
  dependency-version: v1.3.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 21, 2025
commit 9319eae09410c5ba13612694b8f450635d977226
2 changes: 1 addition & 1 deletion dogfood/coder/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ module "code-server" {
module "vscode-web" {
count = data.coder_workspace.me.start_count
source = "dev.registry.coder.com/coder/vscode-web/coder"
version = "1.2.0"
version = "v1.3.0"
agent_id = coder_agent.dev.id
folder = local.repo_dir
extensions = ["github.copilot"]
Expand Down