Skip to content

Conversation

@blooop
Copy link
Owner

@blooop blooop commented Jan 14, 2026

Summary

  • Replace devpod ssh . with native ssh pythontemplate.devpod to fix TTY allocation issues causing "Error tunneling to container" errors in devpod v0.6.15
  • Add explicit --ide vscode flag to dev-vs and dev-restart-vs tasks since no default IDE is configured in devpod

Test plan

  • Run pixi r dev - should SSH into the devcontainer without tunneling errors
  • Run pixi r dev-vs - should launch VS Code and attach to the devcontainer
  • Run pixi r dev-restart - should recreate container and SSH in
  • Run pixi r dev-restart-vs - should recreate container and launch VS Code

🤖 Generated with Claude Code

blooop and others added 2 commits January 14, 2026 17:39
- Replace `devpod ssh .` with native `ssh pythontemplate.devpod` to fix
  TTY allocation issues causing "Error tunneling to container" errors
- Add explicit `--ide vscode` flag to dev-vs and dev-restart-vs tasks
  since no default IDE is configured in devpod

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Pin devpod version to >=0.8.0,<0.9 for reproducibility
- Use grep -qw for word-boundary matching to avoid substring false positives

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@blooop blooop merged commit 6580049 into main Jan 14, 2026
7 checks passed
@blooop blooop deleted the fix/devpod-ssh-and-ide-tasks branch January 14, 2026 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants