Skip to content

amitbiswal007/vscode-extension-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VS Code Extension Sample

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.

Running the extension

  1. Install dependencies:
npm install
  1. Compile the extension:
npm run compile
  1. Press F5 in VS Code to launch an Extension Development Host.

  2. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P) and run > Welcome command.

About

Sample VSCode extension created for learning VSCode Extension development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors