Commit f832c6b
authored
mcp: fix resource picker sometimes is empty (microsoft#250893)
We didn't trigger a 'change' after the promise resolved, so if we resolve rec.templates and rec.resources synchronously (for a server with no mcp resources) then we could end before publishing everything
Refs microsoft#2508901 parent 9e24664 commit f832c6b
File tree
1 file changed
+1
-0
lines changed- src/vs/workbench/contrib/mcp/browser
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| 332 | + | |
332 | 333 | | |
333 | 334 | | |
334 | 335 | | |
| |||
0 commit comments