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
Use npm 8.10.0 and nodejs 18.19.1 and python 3.10.14 to install code-server and have an error: Command failed
Then use "apk add krb5-dev" to fix the installation error and install success
Use "code-server" to run success, but when i click git menu it hints that "No source control providers registered."
There is an error displayed on code-server "Error relocating /usr/local/lib/node_modules/code-server/lib/vscode/node_modules/@vscode/spdlog/build/Release/spdlog.node: _ZGVZN6spdlog7details2os9thread_idEvE3tid: initial-exec TLS resolves to dynamic definition in /usr/local/lib/node_modules/code-server/lib/vscode/node_modules/@vscode/spdlog/build/Release/spdlog.node"
I tesed java and mysql plugin, they all cannot work and have the similar error above.
Expected
git and other plugins can work in code-server on alpine linux X86
Actual
plugins cannot work in code-server on alpine linux X86
Logs
No response
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
No, this works as expected in native VS Code
Does this bug reproduce in GitHub Codespaces?
No, this works as expected in GitHub Codespaces
Are you accessing code-server over a secure context?
I am using a secure context.
Notes
No response
The text was updated successfully, but these errors were encountered:
I have installed bash at step 5: apk add alpine-sdk bash libstdc++ libc6-compat
And it was not work at that time.
In my opinion, the problem is this version of code-server is not support X86 Alpine.
Cause I have installed and run with plugin(Extension) successfull in X86_X64 Alpine.
PS: My title is not exactly, the plugin means extensions in vscode
Is there an existing issue for this?
OS/Web Information
code-server --version
: 4.22.1Steps to Reproduce
Expected
git and other plugins can work in code-server on alpine linux X86
Actual
plugins cannot work in code-server on alpine linux X86
Logs
No response
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
No, this works as expected in native VS Code
Does this bug reproduce in GitHub Codespaces?
No, this works as expected in GitHub Codespaces
Are you accessing code-server over a secure context?
Notes
No response
The text was updated successfully, but these errors were encountered: