Родитель
0255ca6ff0
Коммит
e85b587c8b
|
@ -1,3 +1,10 @@
|
|||
## 2.1.6
|
||||
* **[Bug Fix]**: Fixing an issue where webhint was not being loaded - [PR #2418](https://github.com/microsoft/vscode-edge-devtools/pull/2418)
|
||||
* **[Bug Fix]**: Updating fallback version to 127 - [PR #2425](https://github.com/microsoft/vscode-edge-devtools/pull/2425)
|
||||
* **[Upgrade]**: Bump puppeteer to v18 - [PR #2423](https://github.com/microsoft/vscode-edge-devtools/pull/2423)
|
||||
* **[Upgrade]**: Bumping several dependencies to newer versions - [PR #2417](https://github.com/microsoft/vscode-edge-devtools/pull/2417)
|
||||
|
||||
|
||||
## 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)
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "vscode-edge-devtools",
|
||||
"version": "2.1.5",
|
||||
"version": "2.1.6",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "vscode-edge-devtools",
|
||||
"version": "2.1.5",
|
||||
"version": "2.1.6",
|
||||
"license": "SEE LICENSE IN LICENSE",
|
||||
"dependencies": {
|
||||
"@vscode/codicons": "0.0.36",
|
||||
|
|
|
@ -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.5",
|
||||
"version": "2.1.6",
|
||||
"license": "SEE LICENSE IN LICENSE",
|
||||
"publisher": "ms-edgedevtools",
|
||||
"preview": false,
|
||||
|
|
Загрузка…
Ссылка в новой задаче