Carsten Behring
Carsten Behring
Maybe this could be done rather simple: - Before building an image, Gitpod is looking in the repo for a *user specific Dockerfile*. This could be a file following a...
I thought further about it, and it is true that Gitpod supports what I want already today via "tasks". A start task (which can be any script) could somehow install...
@yyoncho Very interesting. In my approach above everything hardcoded, but I load "my" doom config from github. I still see the issue, that a "project setup" vs "IDE setup" would...
If a user X works on 3 project Project A Project B Project C he should in my view be able to says any of: 1. I want to use...
Yes, but the "project maintainer" needed to worry about this different Emacs setups. In my view, a project contributor should be able to "swap IDE", independent from tee `gitpod.*` files...
I am the maintainer of `https://github.com/scicloj/sklearn-clj` as example. This needs Clojure + Python. As a maintainer I want to worry about ONE setup which has both working. So for "easiness"...
Maybe your example "https://github.com/emacs-lsp/lsp-gitpod" is not the best for our discussion, as it is about an Emacs plugin. I talk about projects, which can be developed either using Emacs or...
Current Gitpod does not allow do do this, im my view. I am not sure what exactly is missing, but it is about lack of "user/project specific customisation options". Or...
VsCode does not allow this neither, so there I cannot look neither for the feature I would like to see.
An other "interesting use case" would be to be able to "reuse" the .gitpod and .gitpod.Dockerfile without using GitPod at all. (This should not be discussed here, as we are...