Skip to content

✨ Add support for vscode.dev#18

Merged
savannahostrowski merged 6 commits intomainfrom
virtual-filesystem
Jan 20, 2026
Merged

✨ Add support for vscode.dev#18
savannahostrowski merged 6 commits intomainfrom
virtual-filesystem

Conversation

@savannahostrowski
Copy link
Member

Closes https://github.com/fastapilabs/cloud/issues/2568

This PR migrates filesystem operations from node:fs and node:path to VS Code's vscode.workspace.fs and vscode.Uri APIs to support virtual filesystems. In order to make this work, I also had to make some small updates to the package.json to specify extension capabilities, and parallelize findFiles calls for better browser performance. There's also a new script bun run test:web for testing.

With this PR, we will support desktop VS Code (local), remote containers and vscode.dev (virtual filesystem).

@savannahostrowski savannahostrowski added this to the 2026-Q1 milestone Jan 16, 2026
@savannahostrowski savannahostrowski marked this pull request as draft January 16, 2026 05:09
@savannahostrowski savannahostrowski marked this pull request as ready for review January 16, 2026 06:39
Copy link
Member

@tiangolo tiangolo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, very cool to be able to support this! 🚀

@savannahostrowski savannahostrowski merged commit 90d4d21 into main Jan 20, 2026
5 checks passed
@savannahostrowski savannahostrowski deleted the virtual-filesystem branch January 20, 2026 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants