Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.4.17 (February 5, 2026)
- Added `livePreview.useIntegratedBrowser` setting to use VS Code's new Integrated Browser instead of Live Preview Extension's own browser.

## 0.4.16 (September 11, 2025)

- Address some XSS security issues
Expand Down Expand Up @@ -159,3 +162,4 @@
- Fixed high CPU usage bug in external browser [#78](https://github.com/microsoft/vscode-livepreview/pull/78)

Changes have only been tracked starting from `v0.2.2`

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "live-server",
"displayName": "Live Preview",
"description": "Hosts a local server in your workspace for you to preview your webpages on.",
"version": "0.4.16",
"version": "0.4.17",
"preview": true,
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"publisher": "ms-vscode",
Expand All @@ -19,7 +19,7 @@
}
},
"engines": {
"vscode": "^1.80.0"
"vscode": "^1.109.0"
},
"bugs": {
"url": "https://github.com/microsoft/vscode-livepreview/issues"
Expand Down