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
Expected behavior: the error about the Promise not being found should go away.
Actual behavior: the error is still there.
Go to example_folder/src/tsconfig.json and hit the save key.
Only after this does the error go away. The save of the inherited tsconfig should trigger the errors to disappear, but it seems that these changes only get reflected in the inheriting tsconfig when it is saved again (even if the inheriting tsconfig file does not change).
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
example_folder/tsconfig-base.json
example_folder/src/tsconfig.json
example_folder/src/example.ts
example_folder/src/example.ts
You should see vscode complain about 2 errors in the file: the names
Promise
andconsole
cannot be found. This is expected.example_folder/tsconfig-base.json
from its original form to this:Expected behavior: the error about the
Promise
not being found should go away.Actual behavior: the error is still there.
example_folder/src/tsconfig.json
and hit the save key.Only after this does the error go away. The save of the inherited tsconfig should trigger the errors to disappear, but it seems that these changes only get reflected in the inheriting tsconfig when it is saved again (even if the inheriting tsconfig file does not change).
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: