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

Test Webview #48453

Closed
3 tasks done
mjbvz opened this issue Apr 23, 2018 · 1 comment
Closed
3 tasks done

Test Webview #48453

mjbvz opened this issue Apr 23, 2018 · 1 comment

Comments

@mjbvz
Copy link
Collaborator

mjbvz commented Apr 23, 2018

Complexity: 4

Test for #43713 and #28263

The webview api is now in stable. Read through the new docs (also opening bugs for anything confusing in the docs) and try building a simple extension that exercises the webview api. You can also find an existing extension that uses TextDocumentContentProvider with the previewHtml command, and try rewriting it to use a webview.

@mjbvz
Copy link
Collaborator Author

mjbvz commented Apr 23, 2018

To test against the latest API do the following:

  • open your extensions package.json file
  • change the engine.vscode property to *
  • run npm run postinstall (assuming you have the vscode module as dev-dependency)
  • undo the engine-version change from step 2

@mjbvz mjbvz added this to the April 2018 milestone Apr 23, 2018
@dbaeumer dbaeumer removed their assignment Apr 24, 2018
@Tyriar Tyriar removed their assignment Apr 24, 2018
@octref octref removed their assignment Apr 25, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jun 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants