satiromarra / vscode-sftp

Super fast sftp/ftp extension for VS Code
Other
23 stars 3 forks source link

Disconnect on git branch change #102

Open guestisp opened 3 months ago

guestisp commented 3 months ago

I'm reporting here tha same issue on liximomo original repo:

https://github.com/liximomo/vscode-sftp/issues/833

this is a must-have feature. I think it's mostly a bug than a feature, as if the sftp.json config file change, the connection isn't dropped.

I could try to fix this on my own but i've never develoepd a vscode extension and i'm having hard times trying to locate the best location were to put a disconnect on sftp.json change.

guestisp commented 3 months ago

I'm trying to build the extension from the sources, but even if npm run package ends succesfully and i have a vsix file properly created, vscode crashes as soon as it load the extension

Any idea how to debug this ? Running F5 results in an instant crash of the vscode debugger with the extension inside.