Resolved Hi, ive integrated electron into my asp.netcore application however some of the files are greyed out?

Socks93

Active member
Joined
Oct 22, 2021
Messages
29
Programming Experience
Beginner
When integrating electron into my asp.net core application I've noticed that some of the files are greyed out, and whenever I attempt to alter the code in the main.js or index.html file its not saving. Can anyone tell me why this is occurring?


1638185475595.png
 

Attachments

  • 1638185255804.png
    1638185255804.png
    10.4 KB · Views: 12
Files in the "obj" tree are meant to be intermediate compilation binaries. You shouldn't be editing those files.
 
Back
Top Bottom