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