excalidraw / excalidraw-vscode

Excalidraw for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=pomdtr.excalidraw-editor
MIT License
477 stars 60 forks source link

Use `@types/vscode-webview` package #121

Closed msujew closed 9 months ago

msujew commented 9 months ago

This change makes use of the @types/vscode-webview package to remove the unsafe any 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.

pomdtr commented 9 months ago

Thanks!