Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Vavilov Developer HelperNew to Visual Studio Code? Get it now.
Vavilov Developer Helper

Vavilov Developer Helper

afdagli

|
13 installs
| (1) | Free
A simple tool to store codes and files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Notepad Sample Extension

This sample extension showcases the toolkit in the context of a simple notepad experience that leverages the TreeView API and Webview API.

A screenshot of the sample extension.

Run The Sample

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

# Navigate into sample directory
cd notepad

# 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. Click on the notebook icon in the VS Code activity bar
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft