bump 0.4.10 (#536)
This commit is contained in:
Родитель
6df76dfd40
Коммит
01b0fde31a
|
@ -1,4 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
## 0.4.10 (August 3, 2023)
|
||||||
|
- Fix silent fail on custom external browser not found. [#421](https://github.com/microsoft/vscode-livepreview/issues/421)
|
||||||
|
|
||||||
## 0.4.9 (July 5, 2023)
|
## 0.4.9 (July 5, 2023)
|
||||||
- Fix custom external browser open in remote. [#517](https://github.com/microsoft/vscode-livepreview/issues/517)
|
- Fix custom external browser open in remote. [#517](https://github.com/microsoft/vscode-livepreview/issues/517)
|
||||||
- Fix out-of-workspace file external browser preview. [#509](https://github.com/microsoft/vscode-livepreview/issues/509)
|
- Fix out-of-workspace file external browser preview. [#509](https://github.com/microsoft/vscode-livepreview/issues/509)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "live-server",
|
"name": "live-server",
|
||||||
"displayName": "Live Preview",
|
"displayName": "Live Preview",
|
||||||
"description": "Hosts a local server in your workspace for you to preview your webpages on.",
|
"description": "Hosts a local server in your workspace for you to preview your webpages on.",
|
||||||
"version": "0.4.9",
|
"version": "0.4.10",
|
||||||
"preview": true,
|
"preview": true,
|
||||||
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
|
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
|
||||||
"publisher": "ms-vscode",
|
"publisher": "ms-vscode",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче