Tobias Hahnen
Tobias Hahnen
Cannot be merged anymore with GitHub, see replacement PR #642
Maybe to answer the question on how to publish JACOB including Java JAR and DLLs: What we do is, using the release package provided by this repository: 1. extract the...
Supported languages on the SonarLint Language Server side (and therefore SonarLint for Visual Studio Code) can always be found at [org.sonarsource.sonarlint.ls.EnginesFactory.java#STANDALONE_LANGUAGES](https://github.com/SonarSource/sonarlint-language-server/blob/master/src/main/java/org/sonarsource/sonarlint/ls/EnginesFactory.java).
Hey @Horrih, The documentation from SQ about CFamily can be found [HERE](https://docs.sonarsource.com/sonarqube/latest/analyzing-source-code/languages/c-family/). Yes, it is implemented for VSCode, but I cannot directly pinpoint it. Please take a look yourself. For...
For C/C++ analysis, please see #21 regarding the analyzer for it.
I'm using Maven with the `biz.aQute.bnd:bnd-maven-plugin` version `6.4.0` and have tried different approaches but with no success. In my Maven dependencies I have the following ones defined: ```xml com.google.guava guava...
The issue is independent of RedDeer / SWTBot; I've created a [reproducer project](https://github.com/thahnen/Issue1178-Reproducer) that shows it failing on macOS Sonoma.
@elsazac See the comment above for the reproducer project. I created it a while back, it might not work with RedDeer anymore after it was archived, just change the `dev.target`...
Hey everyone, A fairly easy solution I was thinking of to already have the Gradle Tooling API artifact from the main Gradle project contain the OSGi metadata was to use...
Superseded by #770 as this one has too many merge conflicts