Coder.comC
Coder.com16mo ago
8 replies
Mr Coxall

VS Code Desktop, remove button

When creating a template, I would like to remove the “VS Code Desktop” button as an option. I would like a template that only has “terminal” available, to force my students into using it.

Thanks
Solution
inside the template's coder_agent resource, add a display_apps config to force removing the desktop option.

display_apps {
    vscode = false
  }
Was this page helpful?