mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Fixes https://github.com/microsoft/vscode/issues/100238 This is not well supported at the moment since we need some new APIs for working with untitled custom editors, how the current example shows how it can be implemented
Cat Customs - Custom Editor API Samples
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
.cscratchfiles (which are just json files) - Paw Draw - Uses the binary custom editor api to provide a custom editor for
.pawdrawfiles (which are just jpeg files with a different file extension).
VS Code API
vscode module
Running the example
- Open this example in VS Code 1.46+
npm installnpm run watchornpm run compileF5to start debugging
Open the example files from the exampleFiles directory.
