josephwoodward / VSCodeILViewer

A Visual Studio Code C# IL (Intermediate Language) Viewer
MIT License
98 stars 18 forks source link

Deprecation Warning #18

Open B-Reif opened 5 years ago

B-Reif commented 5 years ago

Upon running IL Viewer for the first time, VS Code gave me the following warning:

Extension 'josephwoodward.vscodeilviewer' uses the 'vscode.previewHtml' command which is deprecated and will be removed soon. Please file an issue against this extension to update to use VS Code's webview API.

josephwoodward commented 5 years ago

Thank you for reporting this.

gsuberland commented 5 years ago

This has now been removed and the plugin throws an error when you attempt to use it.