jeanp413 / open-remote-ssh

VSCode Remote Development: Open any folder on a remote machine using SSH.
MIT License
309 stars 43 forks source link

`Include` globbing no longer works #113

Closed kouyk closed 1 year ago

kouyk commented 1 year ago

Including the specific file works but a globbed path doesn't work.

jeanp413 commented 1 year ago

@kouyk Could you share the include directive in your .ssh/config with the pattern you are using?

kouyk commented 1 year ago

I'm using the following for my config files that lack any file extensions.

Include conf.d/*

A workaround for my case would be to append an extension to the files (e.g. .conf) and glob that instead.

jeanp413 commented 1 year ago

Should be fixed now, published version 0.0.43