This repository was archived by the owner on Nov 21, 2025. It is now read-only.
Commit d8689be
committed
fix(server): Do not disable language service for solution style root tsconfig (#1972)
Do not disable language service for project if it has project references. Even though
we couldn't find angular/core for this parent tsconfig, it might exist in the
referenced projects. Disabling the language service for this root project will clean up
the program for the project.
microsoft/TypeScript@3c4c060#diff-fad6af6557c1406192e30af30e0113a5eb327d60f9e2588bdce6667d619ebd04R973-R983
We need to keep this language service and program enabled
because referenced projects don't load until we open a client
file for that project.
fixes #1959
(cherry picked from commit ced5e24)1 parent 1c337e7 commit d8689be
1 file changed
+14
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
459 | | - | |
460 | | - | |
| 459 | + | |
| 460 | + | |
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
| |||
523 | 523 | | |
524 | 524 | | |
525 | 525 | | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
526 | 538 | | |
527 | 539 | | |
528 | 540 | | |
| |||
0 commit comments