You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On arm64 hardware, e.g. Apple Silicon Macs, the SonarLint extension does not work out-of-the-box. The SonarLint extension requires a Java runtime (JRE) which can be installed by the extension. But this installation process fails on arm64.
To Reproduce
Steps to reproduce the behavior:
Open a project with amp-devcontainer-cpp on an arm64 host
Introduce an issue that SonarLint should find, e.g. an unused variable
See that no issue is reported
Expected behavior
SonarLint should run and mark the issue with yellow squiggles.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Describe the bug
On arm64 hardware, e.g. Apple Silicon Macs, the SonarLint extension does not work out-of-the-box. The SonarLint extension requires a Java runtime (JRE) which can be installed by the extension. But this installation process fails on arm64.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
SonarLint should run and mark the issue with yellow squiggles.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
As a work-around a JRE can be installed by:
apt-get update && apt-get install --no-install-recommends -y openjdk-17-jre
Followed by setting the Java home setting for SonarLint:
The text was updated successfully, but these errors were encountered: