Linux-based Devcontainer on arm-based Mac: qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory #861
Labels
1-bug 🐛
Issue type: Bug report (something isn't working as expected)
2-unconfirmed
Issue status: Bug that needs to be reproduced (all new bugs have this label)
Describe the bug
I added the extension to the
extensions
list of adevcontainer.json
. After the devaontainer is loaded, the extension is failing with the following log.Potential Problem
I'm working on an arm-based macOS. Thus, I think the problem is here. Since the plugin is running within the Linux-based devcontainer, it downloads the latest Linux-version of the plugin.
Steps to reproduce
Steps to reproduce the behavior:
Create a
.devcontainer/devcontainer.json
withCommand
Dev Containers: Rebuild and Reopen in Container
After the devcontainer has been built, and VSCode has been loaded in the devcontainer, open any Markdown file. Wait for the download to finish.
You will get an error.
Expected behavior
Normal hints as in VScode with the devcontainer.
** Potential Fix
"ltex.java.path": "/usr/local/sdkman/candidates/java/current/"
to thecustomizations.vscode.settings
in thedevcontainer.json
.Version information
List here the version information of the relevant software.
Additional context/information
I really like this extension! Thanks for working on it!
The text was updated successfully, but these errors were encountered: