Skip to content

Commit 14a92d8

Browse files
committed
Don't use LSIF for index-dependency command
1 parent 610c6d0 commit 14a92d8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scip-java/src/main/scala/com/sourcegraph/scip_java/commands/IndexDependencyCommand.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ final case class IndexDependencyCommand(
104104
index
105105
.copy(
106106
buildTool = Some("scip"),
107-
output = Paths.get("dump.lsif"),
108107
app = app.withEnv(app.env.withWorkingDirectory(indexTarget))
109108
)
110109
.run()

0 commit comments

Comments
 (0)