Files
vscode-extension-samples/custom-editor-sample
dependabot[bot] 80aafa30d8 Bump ansi-regex from 5.0.0 to 5.0.1 in /custom-editor-sample
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 22:05:28 +00:00
..
💄
2021-07-07 10:35:51 -07:00
💄
2021-07-07 10:35:51 -07:00
2021-07-27 22:42:02 +09:00
2020-05-29 14:13:32 -07:00
2021-07-13 18:48:28 -07:00
2020-07-28 15:48:13 -07:00
2020-05-06 12:14:11 -07:00

Cat Customs - Custom Editor API Samples

Paw draw editor

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

  • Cat Scratch — Uses the finalized custom text editor api to provide a custom editor for .cscratch 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.