gitpod-io / openvscode-server

Run upstream VS Code on a remote machine with access through a modern web browser from any device, anywhere.
https://www.gitpod.io/
MIT License
4.85k stars 422 forks source link

Ability to remove the Gitpod help menu options #491

Closed dlvhdr closed 1 year ago

dlvhdr commented 1 year ago

We are using the openvscode-server release from https://github.com/gitpod-io/openvscode-server/releases/

This comes with a customized help menu that we'd like to remove.

image

Some of these options are not relevant to our VSCode product. Is there an option to remove these?

jeanp413 commented 1 year ago

You mean the Join us on twitter, Search Feature, Report issue? If so you can configure/delete them in the product.json file https://github.com/gitpod-io/openvscode-server/blob/67f0395f2825114a4d79ae88cf286d7ea5313fb9/product.json#L29-L36

dlvhdr commented 1 year ago

Thank you!