This commit is contained in:
Andrea Mah 2023-07-31 09:26:44 -07:00 коммит произвёл GitHub
Родитель 6df76dfd40
Коммит 01b0fde31a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -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",