Skip to content

Commit 60500ca

Browse files
fix: resolve PR review comments on messaging
- Clarify dev server stop message (SFDX: Close Live Preview) - Add 'URL' to browser open hints for consistency Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 38a2b19 commit 60500ca

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

messages/webapp.dev.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ Dev server URL: %s
8080

8181
# info.proxy-url
8282

83-
Proxy URL: %s (open this in your browser)
83+
Proxy URL: %s (open this URL in your browser)
8484

8585
# info.ready-for-development
8686

8787
✅ Ready for development!
88-
→ Proxy: %s (open this in your browser)
88+
→ Proxy: %s (open this URL in your browser)
8989
→ Dev server: %s
9090

9191
# info.press-ctrl-c
@@ -94,7 +94,7 @@ Press Ctrl+C to stop
9494

9595
# info.server-running
9696

97-
Server running (stop via the calling process)
97+
Dev server is running. Stop it by running **SFDX: Close Live Preview** from the VS Code command palette.
9898

9999
# info.dev-server-healthy
100100

@@ -189,4 +189,4 @@ Vite WebApp proxy detected at %s - using Vite's built-in proxy (standalone proxy
189189
# info.ready-for-development-vite
190190

191191
✅ Ready for development!
192-
→ Dev server: %s (Vite proxy active - open this in your browser)
192+
→ Dev server: %s (Vite proxy active - open this URL in your browser)

0 commit comments

Comments
 (0)