-
Notifications
You must be signed in to change notification settings - Fork 39.6k
VS Code not reading jsconfig.json #13597
Copy link
Copy link
Closed
Labels
info-neededIssue requires more information from posterIssue requires more information from posterjavascriptJavaScript support issuesJavaScript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)
Metadata
Metadata
Labels
info-neededIssue requires more information from posterIssue requires more information from posterjavascriptJavaScript support issuesJavaScript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)Issue identified as 'upstream' component related (exists outside of VS Code)
I also have the issue the jsconfig.json is not being read (see old/closed issue #703)
Tested with Visual Studio Code v1.5.3 and v1.7.0 insider, on Windows x64 (version 1607). No 3rd party antivirus, just Windows defender.
When using Sysinternals process monitor, I see that VS Code is getting some information about jsconfig.json (QueryAllInformationFile), but does NOT read the file (ReadFile).
Log when opening VS Code (with the current project) (reduced to jsconfig.json and my test file)
http://pastebin.com/GTKHPCZC
Log when actually opening jsconfig.json inside VS Code (so something like that should also happen when launching VS Code):
http://pastebin.com/je8Y3p4C
Not reading jsconfig.json unfortunately means that "go to definition" doesn't work for me with my own js files, what hinders me from switching from Netbeans to VS Code :(
I would really appreciate if this issue could be fixed. If you need further information, or my stripped down example, just let me know!