JavaScript intellisense is not working in Umbraco.Web.UI script folder in Visual Studio 2019
I downloaded Umbraco source code and open Umbraco in visual studio 2019. I successfully installed the Umbraco with a default template. I created a javascript file from Umbraco backend.
Now when I open this javascript file from Visual Studio 2019, the IntelliSense for javascript is not working. Even code formatting is also not working. Getting a message that user preference is overridden by .editorconfig.
The javascript Intellisense is working fine in Umbraco.Web.UI.Client project while it is not working in Umbraco.Web.UI project.
Is there any configuration to override editor setting?
JavaScript intellisense is not working in Umbraco.Web.UI script folder in Visual Studio 2019
I downloaded Umbraco source code and open Umbraco in visual studio 2019. I successfully installed the Umbraco with a default template. I created a javascript file from Umbraco backend.
Now when I open this javascript file from Visual Studio 2019, the IntelliSense for javascript is not working. Even code formatting is also not working. Getting a message that user preference is overridden by .editorconfig.
The javascript Intellisense is working fine in Umbraco.Web.UI.Client project while it is not working in Umbraco.Web.UI project.
Is there any configuration to override editor setting?
is working on a reply...