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

[plug-in] Implement 'vscode.previewHtml' VS Code Built-in Command #4051

Closed
vparfonov opened this issue Jan 14, 2019 · 0 comments · Fixed by #4375
Closed

[plug-in] Implement 'vscode.previewHtml' VS Code Built-in Command #4051

vparfonov opened this issue Jan 14, 2019 · 0 comments · Fixed by #4375
Assignees
Labels
plug-in system issues related to the plug-in system Team: Che-Plugins issues related to the che-plugins team

Comments

@vparfonov
Copy link
Contributor

Keep in mind this command already deprecated but many extensions use it for now.

https://code.visualstudio.com/api/references/commands

The previewHtml command is deprecated. Please use the Webview API instead

uri - Uri of the resource to preview.
column - (optional) Column in which to preview.
label - (optional) An human readable string that is used as title for the preview.
options - (optional) Options for controlling webview environment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plug-in system issues related to the plug-in system Team: Che-Plugins issues related to the che-plugins team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant