When I enable this extension vscode becomes slow and all other extensions (including the built-in ones) seem to stop working.
Output from the extension host:
2024-08-20 13:20:10.949 [error] TSError: ⨯ Unable to compile TypeScript:
../../.vscode/extensions/dbaeumer.vscode-eslint-3.0.10/client/out/extension.js(1,9558): error TS2802: Type 'IterableIterator<any>' can only be iterated through when using the '--downlevelIteration' flag or with a '--target' of 'es2015' or higher.
../../.vscode/extensions/dbaeumer.vscode-eslint-3.0.10/client/out/extension.js(1,18305): error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
../../.vscode/extensions/dbaeumer.vscode-eslint-3.0.10/client/out/extension.js(1,18314): error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
../../.vscode/extensions/dbaeumer.vscode-eslint-3.0.10/client/out/extension.js(1,18327): error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
../../.vscode/extensions/dbaeumer.vscode-eslint-3.0.10/client/out/extension.js(1,18370): error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
../../.vscode/extensions/dbaeumer.vscode-eslint-3.0.10/client/out/extension.js(1,18402): error TS2584: Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.
...
To Reproduce
Download vscode and install the extension, maybe together with another extension. Simple JSON formatting does not work anymore.
Expected behavior
For it to work. Maybe, as an improvement only execute on js and ts files.
Which versions of Sanity are you using?
No Sanity in this project. I only use it for groq highlighting
Describe the bug
When I enable this extension vscode becomes slow and all other extensions (including the built-in ones) seem to stop working.
Output from the extension host:
To Reproduce
Download vscode and install the extension, maybe together with another extension. Simple JSON formatting does not work anymore.
Expected behavior
For it to work. Maybe, as an improvement only execute on js and ts files.
Which versions of Sanity are you using?
No Sanity in this project. I only use it for groq highlighting
What operating system are you using?
Linux
Which versions of Node.js / npm are you running?