Skip to content

Code intel not working on private TypeScript repo

Created by: sqs

On my private repo https://sourcegraph.com/github.com/sqs/aviation (I am fine "leaking" this repo name in this public issue, this is just a fun hack project):

  1. With "codeIntel.lsif": true in my user settings, I see no hovers on tokens. I do not have LSIF data uploaded, but I expect it to fall back to search-based code intel. It does not. The GraphQL LSIF response just has a null value.
  2. With "codeIntel.lsif": false in my user settings, only a few tokens have hovers. Most do not. For example, at https://sourcegraph.com/github.com/sqs/aviation@3228c0988f27850e846585e09bebd9c03f95ff3c/-/blob/web/src/serve.tsx?L7 the const entrypointHTML symbol has no hover, even though a similar symbol in another (public) file has a hover.

I am happy to grant anyone access to this private repo to debug it. (Again, the repo is not sensitive in any way, so I don't mind leaking its name or filenames in the URLs linked above.)