You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle -cp javac compiler option just like -classpath
Previously, the `lsif-java index` command only worked if the build tool
used the `-classpath` javac option, but not the equivalent `-cp` option.
Now, we treat `-cp` and `-classpath` equally.
0 commit comments