-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
Needs More InfoThe issue still hasn't been fully clarifiedThe issue still hasn't been fully clarified
Description
- VSCode Version: 1.47.2
- OS Version: Windows 10
Steps to Reproduce:
- Open empty folder
- Create .ts file
- "Go to project configuration"
- Configure tsconfig.json file
- Go to back to the .ts file, repeat step 3 (should navigate to the file, but instead it shows popup :
Second approach to the same problem:
-
Open empty folder
-
Create two files: first.js and second.ts
-
Type
const a = 1000
in first.js andconst a = 2134123
in second.ts (the values, modifier does not matter) -
There shoud not be re-declaration error message in ts but it is:
Third example of the same problem:
- Create two files - first.ts and second.ts
- Change property in tsconfig.json to modules: "none"
- VScode helps with imports when it should not
So why tsconfig.json is not respected?
Does this issue occur when all extensions are disabled?: Yes/No
Metadata
Metadata
Assignees
Labels
Needs More InfoThe issue still hasn't been fully clarifiedThe issue still hasn't been fully clarified