Skip to content

Commit

Permalink
Update to version 2.1.5 (#2048)
Browse files Browse the repository at this point in the history
[Bug Fix]: Fixing relaunch scenario on headless - PR #1979
[Bug Fix]: Patch for missing icons - PR #2045
[Bug Fix]: Updating fallback version to 120 - PR #2046
  • Loading branch information
vidorteg committed Feb 29, 2024
1 parent 7c15926 commit 565179e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.1.5
* **[Bug Fix]**: Fixing relaunch scenario on headless - [PR #1979](https://github.com/microsoft/vscode-edge-devtools/pull/1979)
* **[Bug Fix]**: Patch for missing icons - [PR #2045](https://github.com/microsoft/vscode-edge-devtools/pull/2045)
* **[Bug Fix]**: Updating fallback version to 120 - [PR #2046](https://github.com/microsoft/vscode-edge-devtools/pull/2046)

## 2.1.4
* **[Bug Fix]**: Extension fails to relaunch an instance (headless) - [PR #1978](https://github.com/microsoft/vscode-edge-devtools/pull/1978)
* **[Bug Fix]**: Error while fetching list of available targets No available targets to attach - [PR #1804](https://github.com/microsoft/vscode-edge-devtools/pull/1804)
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-edge-devtools",
"displayName": "Microsoft Edge Tools for VS Code",
"description": "Use the Microsoft Edge Tools from within VS Code to see your site's runtime HTML structure, alter its layout, fix styling issues as well as see your site's network requests.",
"version": "2.1.4",
"version": "2.1.5",
"license": "SEE LICENSE IN LICENSE",
"publisher": "ms-edgedevtools",
"preview": false,
Expand Down

0 comments on commit 565179e

Please sign in to comment.