Skip to content

Commit 75fea1b

Browse files
committed
Merge remote-tracking branch 'origin/main' into joao/copilot-builtin
2 parents 7a62488 + b8c85f0 commit 75fea1b

535 files changed

Lines changed: 35407 additions & 12834 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.agents/skills/launch/SKILL.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,19 +111,19 @@ agent-browser snapshot -i
111111
- Code OSS uses the default user data directory. Unlike VS Code Insiders, you don't typically need `--user-data-dir` since there's usually only one Code OSS instance running.
112112
- If you see "Sent env to running instance. Terminating..." it means Code OSS is already running and forwarded your args to the existing instance. Quit Code OSS and relaunch with the flag, or use `--user-data-dir=/tmp/code-oss-debug` to force a new instance.
113113

114-
## Launching the Sessions App (Agent Sessions Window)
114+
## Launching the Agents App (Agents Window)
115115

116-
The Sessions app is a separate workbench mode launched with the `--sessions` flag. It uses a dedicated user data directory to avoid conflicts with the main Code OSS instance.
116+
The Agents app is a separate workbench mode launched with the `--agents` flag. It uses a dedicated user data directory to avoid conflicts with the main Code OSS instance.
117117

118118
```bash
119119
cd <repo-root> # the root of your VS Code checkout
120-
./scripts/code.sh --sessions --remote-debugging-port=9224
120+
./scripts/code.sh --agents --remote-debugging-port=9224
121121
```
122122

123123
Wait for the window to fully initialize, then connect:
124124

125125
```bash
126-
# Wait for Sessions app to start, retry until connected
126+
# Wait for Agents app to start, retry until connected
127127
for i in 1 2 3 4 5; do agent-browser connect 9224 2>/dev/null && break || sleep 3; done
128128

129129
# Verify you're connected to the right target (not about:blank)
@@ -132,7 +132,7 @@ agent-browser snapshot -i
132132
```
133133

134134
**Tips:**
135-
- The `--sessions` flag launches the Agent Sessions workbench instead of the standard VS Code workbench.
135+
- The `--agents` flag launches the Agents workbench instead of the standard VS Code workbench.
136136
- Set `VSCODE_SKIP_PRELAUNCH=1` to skip the compile step if you've already built.
137137

138138
## Launching VS Code Extensions for Debugging

0 commit comments

Comments
 (0)