Change endsPattern for 'func-watch' (#676)
This 'endsPattern' is a signal that debugging can start, but turns out we may have been doing it too soon on some people's computers.
This commit is contained in:
Родитель
f2c09d8eb5
Коммит
5079799240
|
@ -507,7 +507,7 @@
|
||||||
"background": {
|
"background": {
|
||||||
"activeOnStart": true,
|
"activeOnStart": true,
|
||||||
"beginsPattern": "^.*(Job host stopped|signaling restart).*$",
|
"beginsPattern": "^.*(Job host stopped|signaling restart).*$",
|
||||||
"endsPattern": "^.*(?:Application|Job host) started.*$"
|
"endsPattern": "^.*Host lock lease acquired by instance ID.*$"
|
||||||
},
|
},
|
||||||
"severity": "error"
|
"severity": "error"
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче