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