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

Autocomplete activation event onWebviewPanel #141752

Merged
merged 1 commit into from Feb 1, 2022

Conversation

icepaq
Copy link
Contributor

@icepaq icepaq commented Jan 28, 2022

This PR fixes #139564

How to Test

  1. Open a VSCode extension project
  2. In the package.json file, under "activationEvents", start typing onWebviewPanel.
  3. Hit Ctrl+Space for IntelliSense to show recommendations

You should see the onWebviewPanel in the recommendations as well as a description.

@mjbvz mjbvz added this to the February 2022 milestone Jan 28, 2022
@mjbvz mjbvz merged commit 75629a4 into microsoft:main Feb 1, 2022
@mjbvz
Copy link
Contributor

mjbvz commented Feb 1, 2022

Thanks!

@github-actions github-actions bot locked and limited conversation to collaborators Mar 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Autocomplete for activation event is missing webview panel item
2 participants