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

Re-discussion: Multi-root Workspaces do not support configuring Typescript version at folder level #233195

Open
kajweb opened this issue Nov 6, 2024 · 2 comments
Assignees
Labels
feature-request Request for new features or functionality typescript Typescript support issues workbench-multiroot Multi-root (multiple folders) issues

Comments

@kajweb
Copy link

kajweb commented Nov 6, 2024

I am currently building a monorepo project, However, the typescript versions of project A and project B are inconsistent.

Through searching, I found that some people have already asked this question.

The reason for not supporting is the concern about performance.

However, as time goes by, computer performance is already excessive. Can we re-examine this requirement?

{
    "folders": [
    	{
    	    "path": "folderA" // should be using typescript v2.6.2
    	},
    	{
    	    "path": "folderB" // should be using typescript v3.4.5
    	}
    ] 
}

#200751 #81205

@bpasero bpasero assigned mjbvz and unassigned bpasero Nov 6, 2024
@bpasero bpasero added typescript Typescript support issues workbench-multiroot Multi-root (multiple folders) issues labels Nov 6, 2024
@mjbvz mjbvz added the feature-request Request for new features or functionality label Nov 6, 2024
@vs-code-engineering vs-code-engineering bot added this to the Backlog Candidates milestone Nov 6, 2024
Copy link

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

Copy link

This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality typescript Typescript support issues workbench-multiroot Multi-root (multiple folders) issues
Projects
None yet
Development

No branches or pull requests

3 participants