File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,14 @@ src lsif upload -github-token='${{ secrets.GITHUB_TOKEN }}' -no-progress
68
68
For more examples, see the
69
69
[ Sourcegraph docs] ( https://docs.sourcegraph.com/code_intelligence/how-to/index_a_typescript_and_javascript_repository ) .
70
70
71
+ ### Troubleshooting stalled progress
72
+
73
+ If ` scip-typescript index ` is not showing progress, try running it again with
74
+ the ` --progress-bar ` flag. The progress bar prints out the current file being
75
+ indexed that could reveal details why progress is stalling. The progress bar
76
+ is disabled by default because it prints out a lot of noise in CI logs, and
77
+ the most common environment to run scip-typescript is in CI.
78
+
71
79
### Dealing with out of memory issues (OOM)
72
80
73
81
You may experience OOM issues when indexing large codebases
You can’t perform that action at this time.
0 commit comments