You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/vscode-extension/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# SimDeck VS Code Extension
2
2
3
-
This extension opens the local SimDeck browser client inside a VS Code webview panel. It starts or reuses the project daemon through `simdeck ui`.
3
+
This extension opens the local SimDeck browser client inside a VS Code webview panel. It uses the configured server URL when available, falls back to the default always-on service at `http://127.0.0.1:4310`, and starts or reuses a project daemon through `simdeck ui` only when needed.
Copy file name to clipboardExpand all lines: packages/vscode-extension/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@
44
44
"simdeck.serverUrl": {
45
45
"type": "string",
46
46
"default": "http://127.0.0.1:4310",
47
-
"description": "Preferred URL loaded inside the simulator webview. If auto-start launches a daemon on a different port, the extension uses the daemon URL returned by the CLI."
47
+
"description": "Preferred URL loaded inside the simulator webview. If this URL is not reachable, the extension tries the default always-on service URL before auto-starting a project daemon."
48
48
},
49
49
"simdeck.cliPath": {
50
50
"type": "string",
@@ -66,7 +66,7 @@
66
66
"simdeck.autoStartDaemon": {
67
67
"type": "boolean",
68
68
"default": true,
69
-
"description": "Start or reuse the project daemon with `simdeck ui` when opening the simulator view if the preferred URL is not already reachable."
69
+
"description": "Start or reuse a daemon with `simdeck ui` when opening the simulator view if neither the preferred URL nor the default service URL is already reachable."
0 commit comments