You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Isnt this by design... Project root is suppose to be the directory till which we can lookup the config file which vscode sets as the directory of opened folder..
code ./A
src/compiler/checker.ts
Expected behavior:
the tsconfig.json for
src/compiler/checker.ts
is found and is loaded correctlyActual behavior:
the tsconfig.json is not loaded, resulting in errors for missing types.
The text was updated successfully, but these errors were encountered: