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
Setting "noLib": true in my .brackets.json does not work. The default lib.d.ts is still used when analyzing my code.
I probed the code a little bit and noticed that the method TypeScriptProject.collectFiles is called two times when my project starts up. The first time it is called _this.config.noLib has the correct value true) shortly after it is called again and _this.config.noLib has the incorrect default value (false).
The text was updated successfully, but these errors were encountered:
Setting "noLib": true in my .brackets.json does not work. The default lib.d.ts is still used when analyzing my code.
I probed the code a little bit and noticed that the method TypeScriptProject.collectFiles is called two times when my project starts up. The first time it is called _this.config.noLib has the correct value true) shortly after it is called again and _this.config.noLib has the incorrect default value (false).
The text was updated successfully, but these errors were encountered: