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
"missing required flag --sourceroot <path>. To fix this problem, pass in the `--sourceroot` flag like this: bazel run @lsif_java//lsif-semanticdb:bazel -- --sourceroot $PWD");
98
+
"missing required flag --sourceroot <path>. To fix this problem, pass in the `--sourceroot` flag like this: bazel run @lsif_java//lsif-semanticdb:bazel -- --sourceroot \"$PWD\"");
99
99
} else {
100
100
errors.add("missing required flag --sourceroot <path>");
0 commit comments