Simple timer extension for Visual Studio Code.
vsce packagecode --install-extension my-extension-0.0.1.vsix- Press
F5to open a new window with your extension loaded. - Run your command from the command palette by pressing (
Ctrl+Shift+PorCmd+Shift+Pon Mac) and typingCreate timer. - Set breakpoints in your code inside
src/extension.tsto debug your extension. - Find output from your extension in the debug console.