-
Notifications
You must be signed in to change notification settings - Fork 13.4k
jsconfig Not Picked Up When tsconfig is Present #15869
Copy link
Copy link
Closed
Labels
Awaiting More FeedbackThis means we'd like to hear from more people who would be helped by this featureThis means we'd like to hear from more people who would be helped by this featureSuggestionAn idea for TypeScriptAn idea for TypeScriptVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue
Metadata
Metadata
Assignees
Labels
Awaiting More FeedbackThis means we'd like to hear from more people who would be helped by this featureThis means we'd like to hear from more people who would be helped by this featureSuggestionAn idea for TypeScriptAn idea for TypeScriptVS Code TrackedThere is a VS Code equivalent to this issueThere is a VS Code equivalent to this issue
Type
Fields
Give feedbackNo fields configured for issues without a type.
From: microsoft/vscode#26550
TypeScript Version: 2.3.3
Repo
Create a folder that contains both a
tsconfig.jsonfor ts files and ajsconfig.jsonfor js filesExpected behavior:
Both projects are picked up
Actual behavior:
Only the TSConfig is picked up