-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
how to specify my python path ? #219
Comments
I am having the same error. And, I don't think that it's not coming from the python lib path. The funny thing is when I open the project github.com/bazelbuild/rules_go.git the extension works well and there's no python there. So, obviously something is missing. I will try to see what's missing in my VS project to make it work and I will let you know. |
OK, FINALLY, I found a workaround that works for me Please, go to your visual code setting and remove Bazel:Queries share folder. is it because I am using Bazelisk?
Anyway, I leave that to the vscode-bazel team. |
i could't use the vscode-bazel all the time ;did you try xcode or clion , i tried the xcode's external building and clion's custom build target, i could't debug the program by gdb or lldb |
No, sorry, I only use VSCode and I don't use any debugger. |
This is a duplicate of this issue AFAICT Try this, it worked for me: You'll need to ensure you name your workspace. To do that put |
Duplicate of #216 |
i encounter a python problem:
ERROR: error loading package 'bazel-stage1/external/bazel_tools/third_party/def_parser': Label '//tools/python:private/defs.bzl' is invalid because 'tools/python' is not a package; perhaps you meant to put the colon here: '//:tools/python/private/defs.bzl'?
and i try this
it's not working
The text was updated successfully, but these errors were encountered: