mihai-vlc / path-autocomplete

Path autocomplete for visual studio code.

Home Page:https://marketplace.visualstudio.com/items?itemName=ionutvmi.path-autocomplete

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working under remote ssh since vscode 1.65.0 release

renkun-ken opened this issue · comments

The path completion works properly on local machine but no longer works under remote ssh since vscode 1.65.0 release. Looks like it works in the latest insider again. Not sure what has caused this and has been fixed for this.

same problem there.

Chiming in to say that I'm having this problem on VS Code 1.65.2 with path-autocomplete v1.19, but v1.18 seems to work fine.

Looking into this.

These are the changes between the 2 versions:
1.18.0...1.19.0

Looks like the issue is caused by that original-fs module.
cc: @tjx666

@renkun-ken i pushed a fix for this in v1.19.1

Please try it out when you get the chance and let me know if you still have issues.

I tried v1.19.1 with remote ssh, and it works properly now. Thanks!