VSCode Extension
Development
Build the extension and run it inside vscode:
pnpm install
pnpm --filter './editors/*' build
- open vscode and run the command palette (ctrl-shift-p) "Extensions: Install from VSIX..."
- open
./editors/vscode/oxc_language_server.vsix
- open a
.js
/.ts
file, adddebugger;
and save - see the warning
eslint(no-debugger): debugger statement is not allowed - oxc