Closed
Description
TypeScript Version: 3.0.1-insider.20180713
Search Terms:
- tsconfig
- configFileDiag
- tsserver
Code
Create a simple tsconfig that references a non-existant project path:
{
"references": [
{
"path": "./no-such-tsconfig.json"
}
]
}
Save the file and see a configFileDiag
response from tsserver
Expected behavior:
configFileDiag
returns a diagnostic for the invalid path
Actual behavior:
No diagnostics are returned
Let me know if there is another way we are supposed to be getting diagnostics for config file issues.
Related Issues: