0

Im building an extension for VS Code in Typescript. I want to upload a Excel file everytime that the user saves a document. How can i detect the ctrl+s action so i can use the code to update the excel file?

I tried to declare a event but it doesnt seem to work

  • Probably better to use a file watcher. [`chokidar`](https://www.npmjs.com/package/chokidar) is a common choice. – spender Jan 11 '23 at 15:33

0 Answers0