Skip to content

Files

Latest commit

2ee6b0b · Aug 7, 2025

History

History

document-editing-sample

README.md

Document Editing Sample

This is an example that shows you how to create a command which makes changes to the document in the active editor.

Demo

demo

VS Code API

vscode module

Contribution Points

Running the Sample

  • Run npm install in terminal to install dependencies
  • Run the Run Extension target in the Debug View. This will:
    • Start a task npm: watch to compile the code
    • Run the extension in a new VS Code window