Greg Miller

Results 69 comments of Greg Miller

https://pantheon.corp.google.com/cloud-build/builds;region=us-east1/472c831b-dd84-4d4d-98a5-7274a880d8b3;step=0?project=cloud-cpp-testing-resources ``` error building image: error building stage: failed to get filesystem from image: Get "https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/7c/7c3b88808835aa80f1ef7f03083c5ae781d0f44e644537cd72de4ce6c5e62e00/data?verify=1647437859-y6QANhynFYEw1DOP0fkes9J%2F4eY%3D": read tcp 192.168.10.3:54192->104.18.124.25:443: read: connection reset by peer ```

Nice find. Can't hurt. Let's give it a shot: https://github.com/googleapis/google-cloud-cpp/pull/8558

@Logofile how's the new doc generation process coming along?

> Note that we run a single rust-analyzer instance per VSCode window, so configs set by the client will always apply globally so this technically works as expected. OK. So...

It looks like rust-analyzer doesn't see `"rust-analyzer.check.overrideCommand"` from any of the `.vscode/settings.json` files when in a multiroot vscode. So I'm not sure how to configure rust-analyzer when in a multiroot...

Thanks. You are correct. I can add `settings` to the `multiroot.code-workspace` file, and RA does pick that up. For example, RA sees the following settings: `multiroot.code-workspace` ```json { "folders": [...

> It would require us to spawn a rust-analyzer per vscode workspace folder which is more resource heavy Today the only workaround I've found is to open two separate vscode...

Any update on this? It's pretty easy to generate compile_commands.json from CMake projects, but for bazel projects its rather a PITA, and that makes clangd less useful in those projects....

> * Completing arguments for third-party subcommands through delegation > * Stable Cargo has supported this for both bash and zsh already. The original issue states this is already supported,...