We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A user reported the VSCode extension giving a bug: "500 Internal Server Error" - it complains that the ~/.local/bin folder does not exist in the https://github.com/SwissDataScienceCenter/renkulab-docker/blob/master/scripts/install-vscode.sh script.
~/.local/bin
@TaoSunVoyage found a quick bug fix: https://renkulab.io/gitlab/tao.sun/metadata-auto/-/blob/class_apis/Dockerfile.
The problem seems to do with environment variables and running things from bash rather than inside the Dockerfile.
Acceptance Criteria
install-vscode.sh
The text was updated successfully, but these errors were encountered:
addressed in #205 - will make a comment on Discourse after a release has been made
Sorry, something went wrong.
No branches or pull requests
A user reported the VSCode extension giving a bug: "500 Internal Server Error" - it complains that the
~/.local/bin
folder does not exist in the https://github.com/SwissDataScienceCenter/renkulab-docker/blob/master/scripts/install-vscode.sh script.@TaoSunVoyage found a quick bug fix: https://renkulab.io/gitlab/tao.sun/metadata-auto/-/blob/class_apis/Dockerfile.
The problem seems to do with environment variables and running things from bash rather than inside the Dockerfile.
Acceptance Criteria
install-vscode.sh
script to fix the issue; orThe text was updated successfully, but these errors were encountered: