Thomas Van Lenten
Thomas Van Lenten
Also opened #83 for the general question of should the quickpicks be rooted at the workspace folder (like the tree view). It seems a little odd that the command pallet/quick...
Code reference in question – https://github.com/bazelbuild/vscode-bazel/blob/8fbcd2769228731827c4b7c2ba3bbc36bb1f5e34/src/bazel/tasks.ts#L67-L68
The alert includes a button to remove the "old" settings, but it doesn't add any new ones.
A quick attempt to update things on my part results in a bunch of files being changed (and needing to make more config files). So I'm not sure how things...
Right now I think the code just checks that it is on your path. Odds are it shouldn't assume node as the extension is wrapping bazel, so any programming language...
I don't have a windows machine, so there isn't much I can do here. Some with the setup is going to have to dig into it and contribute what they...
Does it repeat if you remove the quotes from the setting?
As far as directories with spaces, that should be fixed on head. (#158)
Is this because you haven't done a build before so things are downloading for the first time while also doing queries? [Choosing the output base](https://docs.bazel.build/versions/master/guide.html#choosing-the-output-base) directly talks about using `--output_base`...
@laurentlb do you have any suggestions here on what to do?