Jan Krag

Results 36 comments of Jan Krag

Vscode has the '--wait' option exactly like Sublime and Atom before it. (Notepad++ and most other multi-tab editors have a similar but differently named switch). They basically tell the editor...

I guess the question might be whether it is "ok" for code-server to be spawning new processes on the host it is running on. I don't know if this is...

I haven't thought this through in detail, but for the sake of discussion, we should look at two separate questions. a) What is the best behaviour regarding paths outside of...

I obviously can't test it as it isn't supported yet, but it looks to me like having this supported would also be the only way to create a pipeline if...

As we talked about, this might also be a good interim solution if it is not possible to do a full export because of unsupported plugins. Maybe there could just...

To me this sounds like a bug or at least an obvious place for improvement. 1. If at all possible, operations should be atomic. I.e. if something in the deliver...

I would assume the opposite, especially when I think about GitHub. GitHubs default behaviour is to not even enable issues on the fork, as they assume that contributors forked the...

@RandomSort Our thought was that staying on the delivered branch should make it less confusing for the user (as it prevents all the users nice work from disappearing in front...

@martinmosegaard It is not so much about debugging, but about a) automatic rebuilding of my entire project because my files change when i `deliver`, and b) my changes are gone,...

@RandomSort That depends a lot on _when_ you do the workon. You can continue reading your code/text for a few minutes (without rebuild) and then do the workon when the...