Skip to content

Conversation

olafurpg
Copy link
Contributor

@olafurpg olafurpg commented Jan 17, 2022

This commit adds the ability to emit LSIF Typed using the following
command:

lsif-java index --output dump.lsif-typed

LSIF Typed is used as the output format as long as the output filename
ends with *.lsif-typed.

Fixes https://github.com/sourcegraph/sourcegraph/issues/31173

@olafurpg
Copy link
Contributor Author

To run it out locally against another repo:

# 1. start sbt shell
$ sbt
# 2. index a repo
> cli/run index --cwd /Users/olafurpg/dev/sourcegraph/sbt-sourcegraph --output dump.lsif-typed

This commit adds the ability to emit LSIF Typed using the following
command:

```
lsif-java index --output dump.lsif-typed
```

LSIF Typed is used as the output format as long as the output filename
ends with `*.lsif-typed`.
@olafurpg olafurpg marked this pull request as ready for review February 18, 2022 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement DSL to create minimal reproductions for testing LSIF tools
1 participant