Matt Bierner
Matt Bierner
Hi, I maintain VS Code's Webview API ## Issue Our telemetry suggests that your extension uses webviews and may be loading resources in these webviews using hardcoded `vscode-resource:` URIs. These...
Hi, I maintain VS Code's Webview API ## Issue Our telemetry suggests that your extension uses webviews and may be loading resources in these webviews using hardcoded `vscode-resource:` URIs. These...
## Setup 1. Create a reference to an image that does not exist: `` ## Bug When this image is rendered in browsers, they show nothing instead of the typical...
Hi, I maintain VS Code's Webview API ## Issue Our telemetry suggests that your extension uses webviews and may be loading resources in these webviews using hardcoded `vscode-resource:` URIs. These...
Hi, I maintain VS Code's Webview API ## Issue Our telemetry suggests that your extension uses webviews and may be loading resources in these webviews using hardcoded `vscode-resource:` URIs. These...
👋 We're currently working to finalize VS Code apis for editing notebooks. As part of this work, we've deprecated the `notebookEditorEdit` API proposal and have replaced it with a [new...
Hi, I maintain VS Code's Webview API ## Issue Our telemetry suggests that your extension uses webviews and may be loading resources in these webviews using hardcoded `vscode-resource:` URIs. These...
## Search terms - inlay hint # Feature request VS Code allows inlay hints to define a text edit that is applied when the hint is double clicked: https://github.com/microsoft/vscode/blob/d949bdfb48025dd1b0e22b05501860b8f9fb6cb8/src/vscode-dts/vscode.d.ts#L4936 For...
# Bug Report ### 🔎 Search Terms - Organize imports - code action - source action ### 🕗 Version & Regression Information 4.8.0-dev.20220809 ### Repo 1. For the code: ```ts...
As far as I can tell, `$base` and `$self` currently do not work as expected in external injection grammars. Both seem to resolve to the injection grammar itself. Instead, here's...