-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test proposed custom editor API #96315
Comments
@mjbvz which backups are referred to here? It looks like vscode decides when CustomDocumentBackups are deleted, is that correct?
|
That's actually an out of date comment. VS Code will now call |
Here is my status on this: I started testing and then looked to integrate a hex editor into vs code, but I couldn't find one that works well, so I started building one. But building one is taking quite some time. So, this item will leak through to the debt week for me, I'm sorry about that. If you want more timely feedback, please also assign someone else. |
I also tried to build a real custom editor, then realized that I would spend more time with my code than the API 😆 |
In my case, I am building a custom editor for chromium cache files |
This one shouldn't have had its milestone moved. Did you finish testing @alexdima and @deepak1556? We have 5 extra points now. |
I think this one should be left in the April milestone. I created a new test plan item for this iteration: #99003 |
Refs #77131
Complexity: 5
Create Issue
Test using the updated custom editor API proposal from #77131. To be clear, this is the proposal for full custom editors (such as for binary editors) and not the already finalized api for custom text editors
Overview
This iteration we again reworked the custom editor API proposal to better align it with the notebook api and also help implementers. For this exploratory test plan item, your goal is to try using the API and try to find bugs in our custom editor implementation. I've intentionally left this open ended.
Areas to focus on:
Do custom editors behave like normal editors for save, edit, and revert?
Try using
supportsMultipleEditorsPerDocument
with your custom editor.Backup
Resources
Sample custom editor extension to build on (it's the "paw draw" editor): https://github.com/mjbvz/vscode-extension-samples/tree/custom-editor-examples
The text was updated successfully, but these errors were encountered: