Closed msujew closed 9 months ago
This change makes use of the @types/vscode-webview package to remove the unsafe any vscode API declaration.
@types/vscode-webview
any
I was originally made aware of this, because the way this is currently implemented doesn't work correctly in Theia, see https://github.com/eclipse-theia/theia/issues/13374.
Thanks!
This change makes use of the
@types/vscode-webview
package to remove the unsafeany
vscode API declaration.I was originally made aware of this, because the way this is currently implemented doesn't work correctly in Theia, see https://github.com/eclipse-theia/theia/issues/13374.