sourcegraph / jsonrpc2

Package jsonrpc2 provides a client and server implementation of JSON-RPC 2.0 (http://www.jsonrpc.org/specification)
MIT License
190 stars 62 forks source link

Produce LSIF data for each commit for fast/precise code nav #35

Closed sqs closed 4 years ago

sqs commented 4 years ago

Adds steps to the build pipeline (using GitHub Actions) to generate and upload LSIF for fast and precise code navigation on Sourcegraph. Uses the recommended lsif.yml file in Sourcegraph documentation.