Devcontainer VS Code variant selection
sorry for being dense, but how does one select the variant of VS code for the VS code button in this PR? https://github.com/coder/coder/pull/17182
my test devcontainer has open in VS Code Insiders and i can't figure out how to make it VS Code Desktop instead, like the main workspace.
GitHub
feat(site): open dev container in vscode by DanielleMaywood · Pull...
Closes #16426
Adds a new button VSCodeDevContainerButton for connecting to a dev container with VSCode.

1 Reply
alright i got it. for future mes, i fixed it by adding the display_apps key to my coder_agent resource (with vscode_insiders false) and then removing duplicate modules for those same apps (the vscode module in particular). that seems to have fixed it.
