Commit 9a2dd8e
[ui] Add "Create widget" VSCode task for scaffolding widgets
After crrev.com/c/6556183 we have a way to scaffold a widget.
This CL adds a Task inside VSCode so that we can do it from
the VSCode UI.
The usage is:
* Select ">Tasks: Run Task" in the command palette.
* Select "Create Widget" task
* Supply the widget path in the prompt.
* Supply the widget name.
Then, it creates the widget for you in the given path
with the given name.
Bug: none
Change-Id: I42d6676954a3ef4d4bcf820964f9c55757013cf9
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6554646
Commit-Queue: Danil Somsikov <dsv@chromium.org>
Reviewed-by: Danil Somsikov <dsv@chromium.org>
Auto-Submit: Ergün Erdoğmuş <ergunsh@chromium.org>1 parent 8dde1c2 commit 9a2dd8e
1 file changed
+37
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
27 | 64 | | |
28 | 65 | | |
29 | 66 | | |
0 commit comments