Add "Open Containing Folder" to project context menu (#11187)

* add command to open the folder the project is in

* move commands to constants
This commit is contained in:
Kim Santiago
2020-07-06 11:42:25 -07:00
committed by GitHub
parent 2d989e1180
commit ac71c6f06d
5 changed files with 34 additions and 3 deletions

View File

@@ -23,6 +23,7 @@
"sqlDatabaseProjects.addDatabaseReference": "Add Database Reference",
"sqlDatabaseProjects.openContainingFolder": "Open Containing Folder",
"sqlDatabaseProjects.Settings": "Database Projects",
"sqlDatabaseProjects.netCoreInstallLocation": "Full Path to .Net Core SDK on the machine.",