I am writing TypeScript / JavaScript for SharePoint. Since VSC cannot open folders in WebDAV directly (gives an error), I have to develop on my computer, compile the code and manually copy (via a batch file) files to the SharePoint library.
Question . How can I automate in VSCode copying some files to a network drive after I have executed the compilation / assembly (CTRL + Shift + B) action of my TypeScript code?
source
share