|
|
|
|
|
by jFriedensreich
73 days ago
|
|
Everyone is building the things that are just stop gaps: tui/terminal/cli as foundation for UI, worktree instead of jj workspaces. Rust, tauri or python. You all will discover that after the easy fun parts are done you are rebuilding an IDE and at that point why not try to make Vscode better. - vscode can run as a webapp in a container no electron needed - vscode supports workspaces, main arguments i hear is vscode assumes one project per window which is just not the case. i have a folder with all my projects/repos that is open as one workspace in vscode - visualJJ is the best worktree/workspace manager that no one is talking about, i wish it was open source but there is currently no alternative i am aware of Not many parts are missing to make this perfect for the use cases all the agent managers try to address, but unlike all these hacks this can evolve one extension at a time and i dont have to throw away all the things that my vscode setup has |
|