mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
8 lines
216 B
JSON
8 lines
216 B
JSON
{
|
|
"name": "vsc-extension-samples",
|
|
"publisher": "Microsoft",
|
|
"scripts": {
|
|
"install-all": "cd decorator-sample && npm install && cd ..",
|
|
"compile-decorator": "cd decorator-sample && npm run compile"
|
|
}
|
|
} |