Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on Gitpod

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  1. GitPod is a great web IDE for GitHub repositories. It supports both IDE and terminal environment via Docker, so a whole lot can be done if you are creative!

  2. customized layers are supported

  3. browser plugins are available for Chrome, Firefox, etc.

  4. support installling VS Code extensions (*.vsix) by drag and drop. Installing from VS Code Marketplace is not supported at this time.

  5. Cloning multiple repositories into one workspace is supported. Please refer to Multi-repo Workspaces for detailed discussions.

Fix Permission Issues

gitpod-permission

References

GitPod Chat

Gitpod Config File

Configure a Custom Docker Image

Gitpod Addon for Firefox

Comments