mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
chore: replace legacy watcher with @parcel/watcher for build file watching (#292803)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@azure/core-auth": "^1.9.0",
|
||||
"@parcel/watcher": "^2.5.6",
|
||||
"@azure/cosmos": "^3",
|
||||
"@azure/identity": "^4.2.1",
|
||||
"@azure/msal-node": "^2.16.1",
|
||||
@@ -73,8 +74,7 @@
|
||||
"test": "mocha --ui tdd 'lib/**/*.test.ts'"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"tree-sitter-typescript": "^0.23.2",
|
||||
"vscode-gulp-watch": "^5.0.3"
|
||||
"tree-sitter-typescript": "^0.23.2"
|
||||
},
|
||||
"overrides": {
|
||||
"path-scurry": {
|
||||
|
||||
Reference in New Issue
Block a user