mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 18:10:18 +05:30
14 lines
301 B
JSON
14 lines
301 B
JSON
{
|
|
"id": "_sample",
|
|
"name": "Sample Plugin",
|
|
"version": "1.0.0",
|
|
"description": "Demonstrates the plugin system. Safe to delete.",
|
|
"icon": "puzzle",
|
|
"extensionPoints": {
|
|
"commands": [
|
|
{ "id": "hello", "label": "Sample: Hello World", "shortcut": "" }
|
|
]
|
|
},
|
|
"settings": []
|
|
}
|