SchoofsKelvin / vscode-sshfs

Extension for Visual Studio Code: File system provider using SSH
GNU General Public License v3.0
543 stars 36 forks source link

Error if username contains dash - #264

Closed MichlMann closed 3 years ago

MichlMann commented 3 years ago

example:

ssh-123456-username@domain.tld:22/asdf/asdsf

SchoofsKelvin commented 3 years ago

Quick glance makes it likely to be caused by this regex: https://github.com/SchoofsKelvin/vscode-sshfs/blob/94f2c37ab0082da4370a0c10a176a66f9bb4bfc1/src/fileSystemConfig.ts#L136

SchoofsKelvin commented 3 years ago

Fixed this issue (f05108a) which will be available in v1.20.2 of the extension, which will be released in about 10 minutes or so.