mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
Revert "Revert e7fffbf1c9169087f1098aedfe54c59c079fa3ac"
This reverts commit 6786b0ad7d.
Two changes:
- Lazy import parcel/watcher
- Add `@parcel/watcher` as a dev dep in extensions folder so that we pull in correct version for build os
18 lines
375 B
JSON
18 lines
375 B
JSON
{
|
|
"name": "vscode-extensions",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"description": "Dependencies shared by all extensions",
|
|
"dependencies": {
|
|
"typescript": "4.6.2"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node ./postinstall.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/watcher": "2.0.5",
|
|
"esbuild": "^0.11.12",
|
|
"vscode-grammar-updater": "^1.0.4"
|
|
}
|
|
}
|