Commit Graph

15 Commits

Author SHA1 Message Date
e12d0c941d Fix postMessage arguments to efficiently send binary data to webview 2022-05-07 15:40:06 +09:00
916bafd1fe Fix typo in pawDrawEditor.ts
occured -> occurred
2021-07-27 22:42:02 +09:00
566b442437 💄 2021-07-07 10:35:51 -07:00
8d07973451 Disable editing if the filesystem the file is on is not editable 2021-03-02 15:39:13 -08:00
3a8c9a45f8 Use joinPath instead of path module 2021-03-02 13:01:16 -08:00
6a756f89df Remove version check
This sample now requires VS Code 1.46+
2020-11-12 23:17:17 -08:00
100b1b2045 Update webviews to use vscode styles 2020-10-20 14:28:28 -07:00
0b0df69b9b Fixing untitled saving 2020-07-28 15:49:07 -07:00
9f7d72d637 Update paw draw example to show how to create untitled files
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
2020-07-23 21:14:23 -07:00
15bf6474f6 Update sample to use 1.46 types 2020-06-11 13:40:09 -07:00
3f794b7a5a Add workarounds for finalization of custom editor API
Will remove any casts once 1.46 ships
2020-06-04 15:21:38 -07:00
d1168422a0 Update custom editor example to use eslint 2020-05-29 12:28:40 -07:00
5b3fc0a2ff Remove any 2020-05-28 21:10:30 -07:00
c7fc280ccb Add binary custom editor example 2020-04-30 18:17:53 -07:00
74c6f88908 Add example of using CustomTextEditor api 2020-04-03 14:55:20 -07:00