Justin M. Keyes
Justin M. Keyes
> All I want is tabbed path completion to work properly Are you hitting `` in Nvim? Describe the steps. If Nvim is running locally in a remote vscode session,...
> but hypothetically it seems possible to set CWD to the local project and then intercept resulting fopen etc. commands and redirect them to whatever remote equivalent VSCode expects That...
> I think I'm suggesting something slightly different than a VFS interface for Nvim. Rather, let Nvim use the local project CWD. Path completion should work reasonably in that case....
> If PRs in this direction would be welcome please let me know. Sure, it would help! Start with a quick hack/prototype for discussion purposes.
This issue has good info though so we can mark it as blocked and keep it open?
https://github.com/neovim/neovim/pull/7062 is related. Nvim does have rich logging already for channels, but the depth (INFO, DEBUG, etc.) is controlled at compile-time. For channels I guess we need runtime controls.
@w0rp could you post a sample of the log output, in particular what events do you expect to be logged?
Tracked in https://github.com/neovim/neovim/issues/35558
The current Visual highlight is just too clever. Visual highlighting does not need syntax highlighting. It should just be white (dark mode) or black (light mode).
Might be related to https://github.com/neovim/neovim/issues/35453#issuecomment-3218027145 Edit: not fixed by https://github.com/neovim/neovim/pull/35474