mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 23:35:54 +01:00
updates component explorer
This commit is contained in:
committed by
Henning Dieterichs
parent
b49670d4a1
commit
5d56633a57
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@@ -386,7 +386,7 @@
|
||||
{
|
||||
"label": "Launch Component Explorer",
|
||||
"type": "shell",
|
||||
"command": "npx component-explorer serve -c ./test/componentFixtures/component-explorer.json -vv",
|
||||
"command": "npx component-explorer serve -c ./test/componentFixtures/component-explorer.json -vv --kill-if-running",
|
||||
"isBackground": true,
|
||||
"problemMatcher": {
|
||||
"owner": "component-explorer",
|
||||
|
||||
Reference in New Issue
Block a user