Skip to content

Latest commit

 

History

History
 
 

Hello World Sample Extension

This is the sample extension that goes along with the Webview UI Toolkit Getting Started Guide.

A screenshot of the sample extension.

Run The Sample

# Copy sample extension locally
npx degit microsoft/vscode-webview-ui-toolkit-samples/default/hello-world hello-world

# Navigate into sample directory
cd hello-world

# Install sample dependencies
npm install

# Open sample in VS Code
code .

Once the sample is open inside VS Code you can run the extension by doing the following:

  1. Press F5 to open a new Extension Development Host window
  2. Inside the host window, open the command palette (Ctrl+Shift+P or Cmd+Shift+P on Mac) and type Hello World: Show