Skip to content

Latest commit

 

History

History
 
 

poc-mongo-json-visualizer

Cat Customs - Custom Editor API Samples

Paw draw editor

Demonstrates VS Code's custom editor API using two custom editors:

  • Mongo JSON — Uses the finalized custom text editor api to provide a custom editor for .mongodb.json files (which are just json files)
  • Paw Draw - Uses the binary custom editor api to provide a custom editor for .pawdraw files (which are just png files with a different file extension).

VS Code API

vscode module

Running the example

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

Open the example files from the exampleFiles directory.