VS2015: Preventing the loading of dynamically generated JavaScript links using the "JavaScript Language Service"

See image below. Pay attention to the time stamps - my computer does not like this activity. This problem occurs when I have a * .js or * .cshtml file.

I disabled Download Remote Links (for example, http: //) for files in the Various Files project in JavaScript -> IntelliSense -> General, but the problem continues.

I also tried moving the inclusion of "doorbell.io.js" into the package, not the _Layout.cshtml file, but that didn't work.

How can I prevent VS from loading this javascript link?

enter image description here

+4
source share
2

"_references.js". . .

/// <reference path="doorbell.io.js" />

...

, . , - , , nuget javascript , . , Auto-sync JavaScript References

enter image description here

, Update JavaScript References.

, . , Visual Studio .

+4

Firebase Auth , 2013 2015 .

firebase/ angular, , Auth, . , , DWORD 0: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\14.0\JavaScriptLanguageService\MaximumScriptLoaderReferencesToLoad

Firebase SO:

+1

All Articles