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
When adding new tsconfig files to an empty project, the references don't auto-update after you add the ref and there's no link (though it still recognizes that it's a path). I am forced to re-load in order for the link to be picked up.
I would expect that after I type the path that it becomes clickable without a reload.
After done typing:
After reload:
The text was updated successfully, but these errors were encountered:
Weird. The links should always be clickable even if the referenced file doesn't exist
I think the issue that creating a new file called tsconfig.json does not actually activate the typescript extension (we normally rely on a workspace contains activation event here). I'll open a new bug to track that
Testing #55263
When adding new
tsconfig
files to an empty project, the references don't auto-update after you add the ref and there's no link (though it still recognizes that it's a path). I am forced to re-load in order for the link to be picked up.I would expect that after I type the path that it becomes clickable without a reload.
After done typing:

After reload:

The text was updated successfully, but these errors were encountered: