Commit 3959bdf
authored
To fix stdio clients, we needed to fix our startup logic so that the
PowerShell host was actually started on initialization, not in the
`onDidChangeConfiguration` handler. The previous way it was done only
worked because it relied on a quirk of the VS Code client to send that
request immediately, which other clients don’t necessarily do. In order
to startup sooner though, we need any configuration that’s applicable on
startup to be passed across the wire with the `initialize` request.
1 parent 85c04aa commit 3959bdf
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
543 | 548 | | |
544 | 549 | | |
545 | 550 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
| 271 | + | |
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| |||
0 commit comments