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.
The text was updated successfully, but these errors were encountered:
I see. I understand it is two distinct issues so.
1- Is too many files to deal with because ignore is being... ignored.
2- Is no IntelliSense even in small projects where ignore can be ignored. (What makes me create this issue)
I have typings/extjs/ExtJS.d.ts and jsconfig.json at root level of my Sencha ExtJS 6 project folder:
When I open any js file I just get a popdown Warning saying:
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.
The text was updated successfully, but these errors were encountered: