-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Document how one can obtain and install this extension #10
Comments
Now that the debugger is in place and the extension has reached the point of being somewhat useful, I plan to spend some time over the next few days setting everything up to get it in the extension marketplace. |
Awesome!
I’ll wait.
Riddled with the above because I wanted to show it off to my colleagues.
We’re all looking forward to it...
…On Sun, 11 Nov 2018 at 21:58 Tony Allevato ***@***.***> wrote:
Now that the debugger is in place and the extension has reached the point
of being somewhat useful, I plan to spend some time over the next few days
setting everything up to get it in the extension marketplace.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABUIFx0BEBrUmwRPEJNWFfQGR7H7MOm-ks5uuIFIgaJpZM4YYn-N>
.
|
I have no experience with VS Code, but I wanted to try it. $ git clone https://github.com/bazelbuild/vscode-bazel.git
$ cd vscode-bazel
$ npm install
$ code
Here's the log:
So I know that the debugger was connected, I know that my code was evaluated (I've put breakpoints on the |
The logic to map local file paths to the file paths that Bazel sees internally when evaluating breakpoints is a little hairy. Could this be failing for you? |
Yes. I got it to occasionally work using: |
Any update on this? Don't mean to badger but I'm super psyched about this :) |
I've set up the marketplace but it looks like the release has an issue that wasn't present during development (#14). Since it's available now I'll close this specific issue, but keep an eye on that one for a resolution. |
btw, it might be obvious to most people but I'd still add a sentence in the readme on how to obtain this extension |
Hi,
I'd really like to use this :)
From the readme it's not clear how one should do this. I tried cloning the repo, building it with npm but then got stuck on installing
vsce
which I read is how I'm supposed to install manually built extensions.If I'm on the right path I think documenting it will be super helpful. If I'm not then even more :)
Thanks for all your work...
The text was updated successfully, but these errors were encountered: