Skip to content

Commit d1a699b

Browse files
committed
add back ninja
1 parent 7b418a1 commit d1a699b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

server/src/server.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1545,6 +1545,15 @@ async function onMessage(msg: p.Message) {
15451545
kind:
15461546
p.WatchKind.Change | p.WatchKind.Create | p.WatchKind.Delete,
15471547
},
1548+
{
1549+
// Watch ninja output
1550+
globPattern: {
1551+
baseUri: utils.pathToURI(projectRootPath),
1552+
pattern: path.join("**", c.buildNinjaPartialPath),
1553+
},
1554+
kind:
1555+
p.WatchKind.Change | p.WatchKind.Create | p.WatchKind.Delete,
1556+
},
15481557
];
15491558
},
15501559
);

0 commit comments

Comments
 (0)