-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Add proposed webview view API #104601
Merged
Merged
Add proposed webview view API #104601
Commits on Aug 18, 2020
-
For microsoft#46585 This adds a new `WebviewView` proposed api to VS Code that lets webview be used inside views. Webview views can be contributed using a contribution point such as : ```json "views": { "explorer": [ { "type": "webview", "id": "cats.cat", "name": "Cats", "visibility": "visible" } ] }, ```
Configuration menu - View commit details
-
Copy full SHA for f5e898f - Browse repository at this point
Copy the full SHA f5e898fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02311f2 - Browse repository at this point
Copy the full SHA 02311f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for abb8c62 - Browse repository at this point
Copy the full SHA abb8c62View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0bc12b - Browse repository at this point
Copy the full SHA a0bc12bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f465e1 - Browse repository at this point
Copy the full SHA 8f465e1View commit details
Commits on Aug 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 95179f9 - Browse repository at this point
Copy the full SHA 95179f9View commit details -
By moving the webviews view into their own fodler, I was able to avoid the cycle the resolver was originally introduced for
Configuration menu - View commit details
-
Copy full SHA for 8de75cf - Browse repository at this point
Copy the full SHA 8de75cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a1fd61 - Browse repository at this point
Copy the full SHA 2a1fd61View commit details -
Configuration menu - View commit details
-
Copy full SHA for f548364 - Browse repository at this point
Copy the full SHA f548364View commit details
Commits on Aug 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 83c68bd - Browse repository at this point
Copy the full SHA 83c68bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a9d8b8 - Browse repository at this point
Copy the full SHA 0a9d8b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00e2d19 - Browse repository at this point
Copy the full SHA 00e2d19View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.