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

Test: Clickable links tsconfig.json for project references #55263

Closed
3 tasks done
mjbvz opened this issue Jul 27, 2018 · 0 comments
Closed
3 tasks done

Test: Clickable links tsconfig.json for project references #55263

mjbvz opened this issue Jul 27, 2018 · 0 comments

Comments

@mjbvz
Copy link
Collaborator

mjbvz commented Jul 27, 2018

Test for #54104

Complexity: 1

Summary
With TS 3.0, tsconfig.json files may also specify project referecenes.

{
    "references": [
        { "path": "./other/project/tsconfig.app.json" }
    ]
}

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

@mjbvz mjbvz added this to the July 2018 milestone Jul 27, 2018
@isidorn isidorn assigned aeschli and unassigned rebornix Jul 31, 2018
@aeschli aeschli removed their assignment Jul 31, 2018
@sbatten sbatten removed their assignment Jul 31, 2018
@miguelsolorio miguelsolorio removed their assignment Jul 31, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Sep 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants