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
Instead of this:
'''
installing to /home/vscode/.local/bin
uv
uvx
everything's installed!
./.devcontainer/postCreateCommand.sh: line 5: /home/vscode/.cargo/env: No such file or directory
'''
Cargo should be added to path
The text was updated successfully, but these errors were encountered:
Describe the bug
Cargo home is not available in dev container.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Instead of this:
'''
installing to /home/vscode/.local/bin
uv
uvx
everything's installed!
./.devcontainer/postCreateCommand.sh: line 5: /home/vscode/.cargo/env: No such file or directory
'''
Cargo should be added to path
The text was updated successfully, but these errors were encountered: