Skip to content

Commit fafc635

Browse files
authored
Merge branch 'main' into codex/enable-extensions-existing-chrome
2 parents 532f5e0 + e6b7a09 commit fafc635

3 files changed

Lines changed: 26 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/03-task.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Task
2+
description: Work tracking for mainainers only!
3+
title: '[Task]:'
4+
type: 'Task'
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
### This issue type should be used only by mainainers!
10+
Task are to track small non user facing issue or improvements.
11+
The issue will be closed if it does not follow those rules.
12+
- type: textarea
13+
attributes:
14+
label: 'Task to do:'
15+
id: task
16+
validations:
17+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
blank_issues_enabled: true
1+
blank_issues_enabled: false

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,18 @@ Configure the following fields and press `CTRL+S` to save the configuration:
228228
Follow the MCP install <a href="https://code.visualstudio.com/docs/copilot/chat/mcp-servers#_add-an-mcp-server">guide</a>,
229229
with the standard config from above. You can also install the Chrome DevTools MCP server using the VS Code CLI:
230230

231+
For macOS and Linux:
232+
231233
```bash
232234
code --add-mcp '{"name":"io.github.ChromeDevTools/chrome-devtools-mcp","command":"npx","args":["-y","chrome-devtools-mcp"],"env":{}}'
233235
```
234236

237+
For Windows (PowerShell):
238+
239+
```powershell
240+
code --add-mcp '{"""name""":"""io.github.ChromeDevTools/chrome-devtools-mcp""","""command""":"""npx""","""args""":["""-y""","""chrome-devtools-mcp"""]}'
241+
```
242+
235243
</details>
236244

237245
<details>

0 commit comments

Comments
 (0)