Michael Harradon

Results 20 comments of Michael Harradon

Hi @phiresky, thanks so much for responding! I don't have a good understanding of why that would happen. I vaguely recall that I checked that and did find the keys...

The clippy issues should be fixed now!

No, it's installed locally. On Sun, Sep 22, 2024, 8:54 PM wongxy ***@***.***> wrote: > Is vscode-neovim installed in a remote environment? (I mean the > vscode-neovim extension, not neovim...

I'm trying to understand your response. I want to use vscode-neovim as a local UI extension, so it is installed locally, and should "work out of the box", as the...

The CWD is just the diagnosable issue. All I want is tabbed path completion to work properly. Presumably using the local CWD over a random path would be part of...

1) Open a project with a Dev Container. Presume it has a.txt and b.txt in its root. 2) Open the a.txt file 3) Type :tabe b Expectation: Presented with auto...

Thank you, that makes sense. I will try running as a remote extension as a work-around. I think I'm suggesting something slightly different than a VFS interface for Nvim. Rather,...

Yes, true, but that special case would cover essentially all of Dev Container usage, as the remote workspace is a volume mount of the local workspace - so they are...

I also think an approach like I describe would resolve a variety of similar issues WSL users have. If PRs in this direction would be welcome please let me know.