Skip to content

Commit 171e5c2

Browse files
committed
Fixes microsoft#27730: Deprecation warnings in our package.json
1 parent 2b1787d commit 171e5c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"location": 2,
3131
"message": 3
3232
},
33-
"watching": {
33+
"background": {
3434
"beginsPattern": "Starting compilation",
3535
"endsPattern": "Finished compilation"
3636
}

extensions/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@
479479
"${cwd}"
480480
],
481481
"pattern": "$tsc",
482-
"watching": {
482+
"background": {
483483
"activeOnStart": true,
484484
"beginsPattern": {
485485
"regexp": "^\\s*(?:message TS6032:|\\d{1,2}:\\d{1,2}:\\d{1,2}(?: AM| PM)? -) File change detected\\. Starting incremental compilation\\.\\.\\."

0 commit comments

Comments
 (0)