mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
20 lines
390 B
JSON
20 lines
390 B
JSON
{
|
|
"version": 1.1,
|
|
"tags": [{
|
|
"name": "my-button",
|
|
"description": "My button",
|
|
"attributes": [{
|
|
"name": "type",
|
|
"description": "My button type",
|
|
"values": [
|
|
{ "name": "alert" }
|
|
]
|
|
}],
|
|
"references": [
|
|
{
|
|
"name": "Bootstrap buttons",
|
|
"url": "https://getbootstrap.com/docs/4.0/components/buttons/"
|
|
}
|
|
]
|
|
}]
|
|
} |