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
There are situations where an integrations may spit this file out not in the root of the dir. Then when you upload you need to ensure you're setting -root or it may be inferred incorrectly.
As an alternative I'd be great if this could just be pulled form the project_root field of the metadata in the scip protocol. This would allow for an upload that is uploading a scip.index file not in the root to also not have to define the -root flag.
The text was updated successfully, but these errors were encountered:
Currently using using
src
to upload a SCIP file it assumes that the root is the directory the actual directory the index is in. You can see this in:src-cli/cmd/src/code_intel_upload_flags.go
Lines 320 to 325 in c0cad1a
There are situations where an integrations may spit this file out not in the root of the dir. Then when you upload you need to ensure you're setting
-root
or it may be inferred incorrectly.As an alternative I'd be great if this could just be pulled form the
project_root
field of themetadata
in the scip protocol. This would allow for an upload that is uploading ascip.index
file not in the root to also not have to define the-root
flag.The text was updated successfully, but these errors were encountered: