mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
15 lines
429 B
YAML
15 lines
429 B
YAML
# Configuration file for https://buf.build/, which we use for Protobuf code generation.
|
|
version: v1
|
|
plugins:
|
|
- remote: buf.build/library/plugins/go:v1.27.1-1
|
|
out: .
|
|
opt:
|
|
- paths=source_relative
|
|
- name: ts
|
|
out: .
|
|
path: ./node_modules/.bin/protoc-gen-ts
|
|
- name: doc
|
|
path: ./.bin/protoc-gen-doc
|
|
out: ./doc/code_intelligence/references
|
|
opt: doc/code_intelligence/references/lsif.sprig,lsif.md
|