🌐 US-Proxy
class="logged-out env-production page-responsive" style="word-wrap: break-word;" >
Skip to content

fix(examples): remove vscode-desktop module from quickstart to avoid duplicate VS Code Desktop - #26789

Merged
bpmct merged 2 commits into
mainfrom
bpmct/quickstart-remove-vscode-desktop
Jun 29, 2026
Merged

fix(examples): remove vscode-desktop module from quickstart to avoid duplicate VS Code Desktop#26789
bpmct merged 2 commits into
mainfrom
bpmct/quickstart-remove-vscode-desktop

Conversation

@bpmct

@bpmct bpmct commented Jun 29, 2026

Copy link
Copy Markdown
Member

The Quickstart template offered a "VS Code Desktop" editor option backed by the vscode-desktop module, which produced two "VS Code Desktop" buttons in the workspace view.

Coder already enables the VS Code Desktop display app for every workspace by default via DefaultDisplayApps() in provisionersdk/agent.go (Vscode: true), so the module was redundant and is the source of the duplicate.

This removes the vscode-desktop module and its editor option, and updates the README to note that VS Code Desktop is available by default. The browser-based code-server, Cursor, JetBrains, Zed, and Windsurf options are unchanged. examples.gen.json is regenerated.

Closes #26788


Generated by Coder Agents on behalf of @bpmct*.*

Comment thread examples/templates/quickstart/main.tf Outdated
@linear-code

linear-code Bot commented Jun 29, 2026

Copy link
Copy Markdown

OSS-24

@bpmct bpmct changed the title fix(examples/templates/quickstart): remove vscode-desktop module to avoid duplicate VS Code Desktop fix(examples): remove vscode-desktop module from quickstart to avoid duplicate VS Code Desktop Jun 29, 2026

@nickvigilante nickvigilante left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! I'll update the docs to highlight this gets shipped by default

@bpmct
bpmct merged commit 84f995e into main Jun 29, 2026
32 of 34 checks passed
@bpmct
bpmct deleted the bpmct/quickstart-remove-vscode-desktop branch June 29, 2026 16:34
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 29, 2026

Copy link
Copy Markdown
Member

Can we backport vto 2.34 our ESR and next stable?
Also, to register if it lives there too.

@matifali

Copy link
Copy Markdown
Member

Can we backport vto 2.34 our ESR and next stable?Also, to register if it lives there too.

Doing that in #26834

@coder coder unlocked this conversation Jun 29, 2026
@coder coder locked as resolved and limited conversation to collaborators Jun 29, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New "Quickstart template" doubles VSCode-Desktop

3 participants