Skip to content

Restructure persistence of remote workspaces to make room for WSL and other non-ssh remote projects #36714

New issue

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

maxbrunsfeld
Copy link
Collaborator

This is another pure refactor, to prepare for adding direct WSL support.

Todo

  • Represent paths in the same way for all workspaces, instead of having a completely separate SSH representation
  • Adjust sqlite tables
    • ssh_projects -> ssh_connections (drop paths)
    • workspaces.local_paths -> paths
    • remove duplicate path columns on workspaces
  • Add migrations for backward-compatibility

Release Notes:

  • N/A

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Aug 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant