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
433 stars 11 forks source link

fix: resolve project "realpath" on windows to avoid drive mismatch when debugging #227

Closed byCedric closed 1 year ago

byCedric commented 1 year ago

Linked issue

Fixes #226, #191

This workaround resolves the real path of the project root on windows, just before initializing the debugger config. It should align the drive letter with the correct casing, so VS Code knows which files are referred to when parsing the source map.

expo-bot commented 1 year ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket:

robozb commented 1 year ago

Thank you so much dear Cedric!