mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Updates component explorer & adopts rspack for fixture serving (#306484)
This commit is contained in:
committed by
GitHub
parent
eac55d867e
commit
b533ee4b6e
13
.vscode/mcp.json
vendored
13
.vscode/mcp.json
vendored
@@ -11,16 +11,17 @@
|
||||
},
|
||||
"component-explorer": {
|
||||
"type": "stdio",
|
||||
"command": "npx",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"command": "npm",
|
||||
"args": [
|
||||
"exec",
|
||||
"--no",
|
||||
"--",
|
||||
"component-explorer",
|
||||
"mcp",
|
||||
"-c",
|
||||
"-p",
|
||||
"./test/componentFixtures/component-explorer.json",
|
||||
"--no-daemon-autostart",
|
||||
"--no-daemon-hint",
|
||||
"Start the daemon by running the 'Launch Component Explorer' VS Code task (use the run_task tool). When you start the task, try up to 4 times to give the daemon enough time to start."
|
||||
"--use-daemon",
|
||||
"-vv"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user