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
This references field can either be a path to a json file, or a path to a folder that contains a tsconfig.json folder
The project references paths should now be clickable links in VS code.
Test
Test that both types of links (links to tsconfigs and to folders containing tsconfigs) are clickable in VS Code and open the correct file when clicked. All paths should be resolved relative to the current tsconfig.json
The text was updated successfully, but these errors were encountered:
Test for #54104
Complexity: 1
Summary
With TS 3.0, tsconfig.json files may also specify project referecenes.
This references field can either be a path to a json file, or a path to a folder that contains a
tsconfig.json
folderThe project references paths should now be clickable links in VS code.
Test
Test that both types of links (links to tsconfigs and to folders containing tsconfigs) are clickable in VS Code and open the correct file when clicked. All paths should be resolved relative to the current tsconfig.json
The text was updated successfully, but these errors were encountered: