A minimal Visual Studio Code extension that registers a simple Welcome command and returns a welcome message to the user using a toast message displayed on the bottom right corner.
- Install dependencies:
npm install- Compile the extension:
npm run compile-
Press
F5in VS Code to launch an Extension Development Host. -
Open the Command Palette (
Ctrl+Shift+PorCmd+Shift+P) and run > Welcome command.