This extension shows a progress task in the notification area.
Run the command "Example: Show Progress" from the Command Palette to kick off the progress task.
commands.registerCommand- The extension uses the
window.withProgressfunction to show the task in the notification area.
- Run
npm installon the command-line to install the dev dependencies. - Press F5 to run the "Launch Extension" Debug Configuration. This will run the extension in a new VS Code window.
- Run the command "Show Progress" from the Command Palette to kick off the progress task.

