Skip to content

add gitpod configuration

Simon Sobisch requested to merge GitMensch/cmake:gitpod into master

This config file helps for direct editing session on Gitpod without any further setup or manual build steps. This provides something similar to the gitab Web-IDE, but with an actual worker, so terminal, compile and tests all work, as well as any git command.

For people that want to try it, I suggest to do the following:

but as noted, that's "optional"; some benefits of Gitpod: nice performance, running without costs, full coding and building possible in the browser from anywhere, when pre-builds are active the development can start nearly in an instant, in theory also easy for people to start coding on the project.

If there are any suggestions on other steps / reasonable vscode addings, then I'm happy to include them - but the current definition is already quite useful.

Merge request reports

Loading