restvisual-studio-codesublimetext3visual-studio-addins

vscode / sublime text make post request on save


For the purpose of rapid development I would like to REST POST (or websocket) changes to my server every time I save a css file. Is there an existing extension that can help me?


Solution

  • There really is none. I used RunOnSave as mentioned previously and Gist as inspiration to make my own extension.