Back to Parcel

LSP Reporter

packages/reporters/lsp-reporter/README.md

2.16.4502 B
Original Source

LSP Reporter

This reporter is for sending diagnostics to a running LSP server. This is inteded to be used alongside the Parcel VS Code extension.

It creates an IPC server for responding to requests for diagnostics from the LSP server, and pushes diagnostics to the LSP server.

Usage

This reporter is run with Parcel build, watch, and serve commands by passing @parcel/reporter-lsp to the --reporter option.

sh
parcel serve --reporter @parcel/reporter-lsp