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
Example, add this to the launcher, with pre-check if files exist:
#!/usr/bin/env bash mkdir -p ${HOME}/.local/share/code-server/User cat <<EOF > ${HOME}/.local/share/code-server/User/settings.json { "python.defaultInterpreterPath": "/opt/app-root/bin/python3" } EOF mkdir -p ${HOME}/.vscode cat <<EOF > ${HOME}/.vscode/settings.json { "python.defaultInterpreterPath": "/opt/app-root/bin/python3" } EOF # VSCode Entrypoint . /opt/app-root/bin/run-code-server.sh
The text was updated successfully, but these errors were encountered:
correct, see also the other user's question in #41 and my comment: #41 (comment)
Sorry, something went wrong.
No branches or pull requests
Example, add this to the launcher, with pre-check if files exist:
The text was updated successfully, but these errors were encountered: