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

Preview config crashing in 0.8.0-rc.2 #115

Closed byCedric closed 2 years ago

byCedric commented 2 years ago

Description of the bug

Config preview is crashing with:

image

To Reproduce

What steps did you perform which led to this issue?

  1. Have modules installed
  2. Open app.json
  3. Run command Expo: Preview config
  4. Select prebuild

Expected behavior

Opens the prebuild config preview

Actual behavior

Empty document

image

Additional context

Happens in version 0.8.0-rc.2

byCedric commented 2 years ago

Looks like this is our culprit: https://github.com/expo/expo/blob/main/packages/expo-modules-autolinking/src/autolinking/mergeLinkingOptions.ts#L10

byCedric commented 2 years ago

Fixed by https://github.com/expo/vscode-expo/pull/120

github-actions[bot] commented 2 years ago

:tada: This issue has been resolved in version 0.8.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: