mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-14 06:53:54 +01:00
* Run local eslint rules directly as typescript Remove the need to use `tsx` * Bump required node version Matches the version we use in vscode repo * Align node versions * Always use `/` * Try fixing windows * Try another fix for windows * Fix new rule after merge