You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I open any js file I just get a popdown Warning saying:
Sorry, but there are too many JavaScript source files for VS Code. Consider using the exclude-property in jsconfig.json.
And no IntelliSense.
I have another web project that is not a Sencha MVC project, but uses ExtJS 4 on js files. In this project I get no warnings, but I get no IntelliSense as well.
For some typings, intellisense does not start working until a tsconfig.json config file is included. Is this intended behavior?
Case 1:
Gulp typings without a tsconfig.json included. Typings work
Case 2:
Extjs typings without a tsconfig.json. Typings don't work
Case 3:
Extjs typings with a tsconfig.json.Typings work
The text was updated successfully, but these errors were encountered: