Julien HENRY
Julien HENRY
Our language server is expecting some initialization options in the [InitializeParams](https://github.com/microsoft/language-server-protocol/blob/main/versions/protocol-2-x.md#initialize). Looking at the code, it seems it is not possible: https://github.com/jupyter-lsp/jupyterlab-lsp/blob/84121b44323172b16ab25c1bcd98d41ec1ee8513/packages/jupyterlab-lsp/src/connection.ts#L410 Would be great to have a way to...
Hi, With the move to a .NET 6 build of OmniSharp, I was kind of expecting to see a single "-net6.0" distribution, as .NET 6 applications are supposed to be...
In order to be usable by osgi project (for example an Eclipse plugin using tycho) it is required to provide some metadata in MANIFEST. I will try to submit a...
I would like to support something like: `java Main -Da=b -De -Dc=d` Here the second argument doesn't provide a value. This is a common practice with Maven plugins (for example...
Follow up of https://github.com/eclipse-tycho/tycho/discussions/3440
Hi, Using Tycho 4.0.2. We are including some third-party dependencies in our p2 repository, and we are signing all artifacts with our own certificate. As a result, the checksums are...