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
I have set up a local folder for indexing using this: "repos" : { "LocalFolder" : { "url" : "file:///Users/tushar/Data", "vcs" : "local" } }
It works perfectly fine and searches all the code inside the above folder. How can i open the file in the browser tab that came back as part of the search result?
The URL that it has for file path is of the form: file:///Users/tushar/Data/blob/39c382d29d912a84b17ffbeaa4766f03dc0dad1b/sources/Mycode/Export.cpp
The link is not clickable . Because of the blob/39c382d29d912a84b17ffbeaa4766f03dc0dad1b part in URL it does not work. How can i have the URL generated without the blob part?
The text was updated successfully, but these errors were encountered:
I have set up a local folder for indexing using this:
"repos" : { "LocalFolder" : { "url" : "file:///Users/tushar/Data", "vcs" : "local" } }
It works perfectly fine and searches all the code inside the above folder. How can i open the file in the browser tab that came back as part of the search result?
The URL that it has for file path is of the form: file:///Users/tushar/Data/blob/39c382d29d912a84b17ffbeaa4766f03dc0dad1b/sources/Mycode/Export.cpp
The link is not clickable . Because of the blob/39c382d29d912a84b17ffbeaa4766f03dc0dad1b part in URL it does not work. How can i have the URL generated without the blob part?
The text was updated successfully, but these errors were encountered: