Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

bower.json doesn't show in Visual Studio 2015 solution explorer

I read everywhere that VS2015 shows all files in the directory. However, I don't see bower.json unless I click "show all files" icon. Since there is no option "include in/exclude from project" as there was before, I don't understand how this is controlled. Other service files (package.json, project.json, etc. ) do show up, but not bower.json.

How do I include bower.json in solution explorer?

like image 515
Felix Avatar asked Mar 12 '23 15:03

Felix


1 Answers

Right Click on the bower.json file then show this in Solution Explorer. That's it

enter image description here

like image 72
Charitha Goonewardena Avatar answered Apr 29 '23 17:04

Charitha Goonewardena