Matt Bierner
Matt Bierner
Please share a minimal example extension that demonstrates the issue Also make sure to test on the latest VS Code
Thanks! This is expected. You should not be awaiting on posting a message to the webview in `resolveCustomEditor`. `resolveCustomEditor` sets up the custom editor's webview. However the webview element itself...
Reopening based on comments in #161103 looks like the font itself still can't be customized
@chrmarti Can you please provides steps to verify this issue
Do other webviews work, such as the built-in markdown preview or release notes page?
I investigated this a determined this is a limitation of how our webviews are implemented. To use them, the editor needs to be running in a [secure context](https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts) This includes...
Un-assigning myself as I don't think this cause by something the JS/TS extension itself is doing
@alexdima I own the UI. However it looks like scrolling here happen when the edit from the quick fix is applied. That's why I unassigned myself
@rebornix and @jrieken can probably clarify this better, but I believe you have a few options depending on your needs: - Compare `NotebookCellOutput` objects directly using equality checks. - Use...
@DonJayamanne Yes we don't need to rush removing this but I do want to make sure it happens at some point since this API proposal has already been lingering around...