yoavbls / pretty-ts-errors

🔵 Make TypeScript errors prettier and human-readable in VSCode 🎀
https://marketplace.visualstudio.com/items?itemName=yoavbls.pretty-ts-errors
MIT License
13.44k stars 89 forks source link

Makes the extension work on VSCode web #72

Closed yoavbls closed 1 year ago

yoavbls commented 1 year ago

CleanShot 2023-08-12 at 20 46 18@2x

The errors here are provided by the great extension of @johnsoncodehk: https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.vscode-typescript-web

dzienisz commented 1 year ago

wow this is great! maybe you should write article about it?

https://docs.npmjs.com/cli/v10/configuring-npm/package-json#browser

how many extensions don't work in VSCode for web?

yoavbls commented 1 year ago

@dzienisz I'm not sure I have enough things to write to fill a whole article, but maybe a tweet

It looks like most of the VSCode extensions are not working in VSCode for the web, many of them could work with a little bit of work, and some of them could not work because they rely on the file system or process executions