expo / vscode-expo

Expo Tools keep you productive with debugging, IntelliSense, and prebuild previews
https://marketplace.visualstudio.com/items?itemName=expo.vscode-expo-tools
MIT License
413 stars 11 forks source link

feature: use `vscode.workspace.fs` API to load Expo projects #252

Closed byCedric closed 6 months ago

byCedric commented 6 months ago

Linked issue

We already used most of the vscode.workspace.fs API, but not to load Expo projects. That still happened through fs. calls. This fully removes all fs. calls when loading Expo projects.

expo-bot commented 6 months ago

:tada: This PR is included in version 1.4.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: