Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Deprecated VSCode-API Calls #39

Closed
fabianhauser opened this issue Jan 10, 2019 · 2 comments
Closed

Fix Deprecated VSCode-API Calls #39

fabianhauser opened this issue Jan 10, 2019 · 2 comments

Comments

@fabianhauser
Copy link
Member

Currently, multiple deprecation messages are shown:

Extension 'correctnessLab.dafny-vscode' uses a document selector without scheme. Learn more about this: https://go.microsoft.com/fwlink/?linkid=872305
Extension 'correctnessLab.dafny-vscode' uses the 'vscode.previewHtml' command which is deprecated and will be removed. Please update your extension to use the Webview API: https://go.microsoft.com/fwlink/?linkid=2039309

These calls should be fixed according to the Microsoft documentation.

@fabianhauser fabianhauser changed the title Fix Deprected VSCode-API Calls Fix Deprecated VSCode-API Calls Jan 10, 2019
fabianhauser added a commit that referenced this issue Mar 28, 2019
@fabianhauser
Copy link
Member Author

The previewHtml command will be disabled in the vscode march release

@fabianhauser
Copy link
Member Author

To use the dotfile support in the futures, larger reimplementation efforts with the new WebView API would have been required. As not many users utilised this feature (and the graph can still be generated manually on the command line), we decided to remove it for now (see c777256).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant