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