Ezekiel Warren

Results 78 comments of Ezekiel Warren

To add to this discussion a bit I created an [example repository](https://github.com/zaucy/vscode-bazel-cpp-example) how we've achieved autocomplete for our project. We use https://github.com/grailbio/bazel-compilation-database as mentioned https://github.com/bazelbuild/vscode-bazel/issues/179#issuecomment-580685720, but we substitute the execution...

Yes to both! I'm happy to answer any questions about bazel and how someone might use yamc with it.

Thanks for the review and improvement suggestions! I'll be honest my decision making was mainly driven by my lack of experience with rust haha. I 100% agree adding nushell to...

It seems to be working, however I cannot for the life of me figure out how to get the `warn_if_multishell_path_not_in_path_env_var` not to trigger in nushell. I printed out the `PATH`...

In case you're wondering - we can't eval the `fnm env` AFAIK. I'm assuming this is why starship writes to a file as well. https://www.nushell.sh/book/commands/source.html This doesn't work ```nushell Error:...

I can take a look at the e2e tests tomorrow, but no promises that I'll be able to :P

I gave the temp file technique a go and outputting the the generated file name and sourcing that is a no-go Relevant post: https://github.com/nushell/nushell/discussions/4905

I added an option to write to a known file path instead. Nushell setup looks something like this now. Add to your `$nu.config-path` ```nushell fnm env --shell=nushell --use-on-cd --file source...

~~In light of the [newest nushell release notes](https://www.nushell.sh/blog/2022-09-06-nushell-0_68.html) I think this might be better suited as a module or overlay. I'm going to investigate over the next week.~~ I misunderstood....

I created a fork that diverges from this repository slightly (noted in README) * repo: https://github.com/seaube/vscode-clang-format * marketplace: https://marketplace.visualstudio.com/items?itemName=Seaube.clangformat We use this extension a lot and wanted the features that...