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

Expo Vscode Extension: Unable to load schema #166

Closed ghost closed 1 year ago

ghost commented 1 year ago

Description of the bug

expo vscode extension is unable to download schema from internet.

To Reproduce

What steps did you perform which led to this issue?

  1. Go to vscode extension market place.
  2. Download extension
  3. open app.json

Expected behavior

Vscode extension should give auto complete.

Actual behavior

Error: Unable to load schema from 'https://raw.githubusercontent.com/expo/vscode-expo/schemas/schema/expo-xdl.json': connect ETIMEDOUT 49.44.79.236:443.

Additional context

image

ghost commented 1 year ago

I found out the issue, the issue was in my ISP provider. Jio fibre connection have blocked some sites which also includes raw.githubusercontent.com from where expo extension downloads schema. For now the fix is to use a vpn connection.