Files
vscode-extension-samples/custom-editor-sample
Matt Bierner e8da8b531a Update tslint version to 5.19
This fixeds a few vulnerabilities listed when running `npm i`
2020-04-14 18:05:51 -07:00
..
2020-04-09 13:40:03 -07:00
2020-04-14 18:05:51 -07:00

Cat Customs - Custom Editor API Samples

Demonstrates using VS Code's custom editor API:

  • Cat Scratch — A text based custom editor for .cscratch files (which are just json files)

VS Code API

vscode module

Running the example

  • Open this example in VS Code 1.44+
  • npm install
  • npm run watch or npm run compile
  • F5 to start debugging

Open the example files from the exampleFiles directory.