conwnet / github1s

One second to read GitHub code with VS Code.
https://github1s.com
MIT License
22.89k stars 871 forks source link

chore: upgrade vscode to 1.68.1 #421

Closed conwnet closed 2 years ago

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
github1s ✅ Ready (Inspect) Visit Preview Jun 20, 2022 at 1:45AM (UTC)
Siddhant-K-code commented 2 years ago

Following test is failing:

conwnet commented 2 years ago

Following test is failing:

Thanks you for your reminder, now i fixed it

VS Code 1.68.1 requires node verison >= 16, so i remove the node 14 task

Siddhant-K-code commented 2 years ago

Build for Node 18 is failing because of an outdated version of @azure/msal-node. -- Requires Node 16 only (18 is not supported)

Note Removed it for now, will upgrade this to Node18 once they will add the support for it.