HookyQR / VSCodeMinify

Add minify function to VSCode 0.10+
53 stars 20 forks source link

SSH/FTP Support #53

Open DrAhoss opened 4 years ago

DrAhoss commented 4 years ago

I am working with the SSH FS Plugin by Kelvin Schoofs, so to minify, I would have to save the file locally, minify it, then upload it again, which is more than I want to need to do. Am I missing something or is it not yet a feature?

Here's the plugin I'm using: https://marketplace.visualstudio.com/items?itemName=Kelvin.vscode-sshfs

Thank you!