Updates component explorer & adopts rspack for fixture serving (#306484)

This commit is contained in:
Henning Dieterichs
2026-04-01 05:25:14 +02:00
committed by GitHub
parent eac55d867e
commit b533ee4b6e
19 changed files with 4770 additions and 3868 deletions

13
.vscode/mcp.json vendored
View File

@@ -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"
]
}
},