Jonathan Meier

Results 7 comments of Jonathan Meier

In the case of `org.eclipse.swt` both the host and its fragments define the same access rules. So I'm not sure if the fragments can provide their own (additional) access rules....

Our use case is a development environment inside a docker container using the VS Code Remote Containers extension running on a local instance of Docker Desktop for Windows (WSL2). We...

Hi @kiview, thanks a lot for your answer. I saw that there might be a workaround using a different socket, however, I'm not sure if we could use it, because...

I just saw that version 1.16.3 was released, but sadly without PR #4396. I understand that there is some risk involved with merging PR #4396 as is, though what would...

Question for reviewers: Should this be labelled as a breaking change given that this is mostly broken already anyway and only happens to work by chance in a few cases?

~Hold on, I think I got confused here. It's not actually the `emitDeclarationOnly` option that is problematic, it's the `noCheck` option that disables type-checking. It should be valid to invoke...

**TL;DR**: This PR is good to merge as is, since compilation is currently broken whenever the `emitDeclarationOnly` TS compiler option is enabled. More details: There are three boolean TS compiler...