So i was using SFTP but the maintainer didnt update it anymore and it stopped working.
The community thankfully took over and fixed it here: https://github.com/viperet/vscode-sftp-revived
I only know how to install a Extension by searching it in VSCode and press install - but have no clue how to do it with the source code.
I did Google & SOF research but wasnt successfull.
Can someone point me into the right direction ?
Kind regards
If you don't have a published vsix file to work with, for example if the source code has had recent changes that have not yet been published in a release, you can do the following to package the vsix and install it yourself:
npm install -g @vscode/vsce
Clone the source code repository to your local machine
In your shell, change directory to the repository. Install dependencies as needed, for example using npm install
Run the following: vsce package. This will produce a .vsix file in your working directory.
In VS Code, open the extensions pane and in the menu, choose "Install from VSIX..."

More reading: https://code.visualstudio.com/api/working-with-extensions/publishing-extension#vsce
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With