mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-06 17:23:53 -05:00
Feature/dotnet popup (#10231)
* Add a pop up for dotnet install if not present * Second option of default location for mac/linux * correcting the pop up message * remove extra dependency * updating as per PR comments
This commit is contained in:
@@ -12,5 +12,9 @@
|
||||
"sqlDatabaseProjects.newView": "Add View",
|
||||
"sqlDatabaseProjects.newStoredProcedure": "Add Stored Procedure",
|
||||
"sqlDatabaseProjects.newItem": "Add Item...",
|
||||
"sqlDatabaseProjects.newFolder": "Add Folder"
|
||||
"sqlDatabaseProjects.newFolder": "Add Folder",
|
||||
|
||||
|
||||
"sqlDatabaseProjects.Settings": "Database Projects",
|
||||
"sqlDatabaseProjects.netCoreInstallLocation": "Full Path to .Net Core SDK on the machine."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user