Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Links aren't recognized when adding new config files #55496

Closed
miguelsolorio opened this issue Jul 31, 2018 · 2 comments
Closed

Links aren't recognized when adding new config files #55496

miguelsolorio opened this issue Jul 31, 2018 · 2 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@miguelsolorio
Copy link
Contributor

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:
image

After reload:
image

@mjbvz
Copy link
Collaborator

mjbvz commented Aug 2, 2018

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

@mjbvz
Copy link
Collaborator

mjbvz commented Aug 2, 2018

Actually this is already tracked by #28122

@mjbvz mjbvz closed this as completed Aug 2, 2018
@mjbvz mjbvz added the *duplicate Issue identified as a duplicate of another issue(s) label Aug 2, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Sep 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants