h3imdall / ftp-remote-edit

Edit files on ftp servers with Atom editor and without a workspace.
MIT License
178 stars 26 forks source link

FTP Remote Edit for Visual Studio Code? #445

Open jerryrcole opened 1 year ago

jerryrcole commented 1 year ago

Hi, I LOVE this package and was disappointed that I couldn't use it anymore after atom.io was sunset.

I recently moved from Atom.io to Visual Studio Code. Does this package exist as an extension for VS Code? If not, would you be willing to build one for a small fee?

andriy063 commented 1 year ago

same

bradjtrammell commented 1 year ago

Pulsar is a community driven version of Atom.io. You can find it here: https://pulsar-edit.dev/

@h3imdall just needs to make some changes to adapt it to work in Pulsar, as the code has call backs to Atom functions, and the function names have been adjusted to remove mention of Atom, replacing them instead with Pulsar.

jerryrcole commented 1 year ago

Pulsar is a community driven version of Atom.io. You can find it here: https://pulsar-edit.dev/

@h3imdall just needs to make some changes to adapt it to work in Pulsar, as the code has call backs to Atom functions, and the function names have been adjusted to remove mention of Atom, replacing them instead with Pulsar.

@bradjtrammell YOU ARE D MAN!!! Thank you for the link. I'm excited to check Pulsar out.