Gitpod support #613
Labels
build/environment
Categorizes an issue or PR relevant to the build environment.
good first issue
Denotes an issue ready for a new contributor
kind/wish
Categorizes issue or PR as a wish.
Gitpod
Add support for Gitpod, so that it possible to develop / try out Apache Celix directly from a browser.
Background
Source: https://github.com/gitpod-io/gitpod
Implementation hints
Add a gitpod launch link to the top level README.md in Apache Celix. Something like:
Tryout, test and eventually add the needed gitpod configuration files to develop Apache Celix in gitpod. In 2020 the following files were needed:
.gitpod.Dockerfile
:.gitpod.yml
:But these configuration snippets will probably be outdated.
Configure vscode to work with C, C++, CMake and maybe google test (
C++ TestMate
pluging) and commit the needed configuration (.theia/settings.json
?).If needed also update the
.gitignore
file to ignore cache/build dirs/files.The text was updated successfully, but these errors were encountered: