From d75bccea870b33d20521bd129cdee952b22305fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20Ruales?= <1588988+jruales@users.noreply.github.com> Date: Thu, 30 Apr 2026 23:43:27 -0700 Subject: [PATCH] Reference integrated browser from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23eff312..f2a2e42d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ An extension that hosts a local server for you to preview your web projects on! -This extension is most useful for projects where a server is not already created (e.g. not for apps using React, Angular, etc.). To work with these, feel free to run the `Simple Browser: Show` command that is already built-in with VS Code. +This extension is most useful for projects where a server is not already created (e.g. not for apps using React, Angular, etc.). To work with these, feel free to use the [integrated browser in VS Code](https://code.visualstudio.com/docs/debugtest/integrated-browser). ## Table of Contents - [Features](#features)