mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
11 lines
435 B
JSON
11 lines
435 B
JSON
{
|
|
"name": "vsc-extension-samples",
|
|
"publisher": "Microsoft",
|
|
"scripts": {
|
|
"postinstall": "node build/postinstall.js",
|
|
"compile-decorator": "cd decorator-sample && npm run compile",
|
|
"compile-previewhtml": "cd previewhtml-sample && npm run compile",
|
|
"compile-contentprovider": "cd contentprovider-sample && npm run compile",
|
|
"compile-languageprovider": "cd languageprovider-sample && npm run compile && cd .."
|
|
}
|
|
} |