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