-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cqsearch -s works fine with my cq.db, but the plugin just keep reminding me could not find ...cq.db
#5
Comments
@huide9 Perhaps your base folder for source code, opened in Visual Studio Code, is Please close the base folder in Visual Studio Code, and then open the base folder as |
@ruben2020 thanks for the responding. I did so, and hit |
@huide9 In the terminal, when you are on |
My bad @ruben2020 , i'm using ssh + sshfs remotely editing the code, vscode is running on local, all code are running on remote. codequery installed on remote host but not local. (I keep wrongly testing it on a ssh session) after install it on local linux, issue solved. thanks a lot. |
Thank you for your support @huide9 |
Error:
CodeQuery Error: Could not find/home/huide/mnt/aws-vdi/workspaces/tsg/src/inf-tsg/cq.db
The cq.db is located at
/home/huide/mnt/aws-vdi/workspaces/tsg/src/
but not.../tsg/src/inf-tsg/
The following cli woks fine:
cqsearch -s /home/huide/mnt/aws-vdi/workspaces/tsg/src/cq.db -p 1 -t <func_name> -f
How can I configure the plugin with correct -s path? thank you.
Thanks for the amazing tool.
The text was updated successfully, but these errors were encountered: