Refs #320
Complexity: 3
Context
This feature allows users to upload images into GitHub issue and pull request comments within the VS Code GitHub Pull Requests and Issues extension by either using an "upload button" to upload an image file or pasting an image from the clipboard into the comment editor webview and comment widget.
Test Steps
- Install the latest pre-release of GitHub Pull Requests
- Open your clone of a GitHub repository
- From the "Pull Requests" view, open a PR webview
- Leave a comment from the PR webview. Try both uploading an image using the upload button, and by copying and pasting.
- Verify that the image uploads and displays.
- Open a changed file from a PR in the Pull Requests view. Try both uploading an image using the upload button, and by copying and pasting.
- Verify that the image uploads and displays. There's a known issue where it will show as a broken image for a brief moment.
Refs #320
Complexity: 3
Context
This feature allows users to upload images into GitHub issue and pull request comments within the VS Code GitHub Pull Requests and Issues extension by either using an "upload button" to upload an image file or pasting an image from the clipboard into the comment editor webview and comment widget.
Test Steps