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:
Udeesha Gautam
2020-05-02 16:29:36 -07:00
committed by GitHub
parent db57eb9581
commit e3873828e0
5 changed files with 148 additions and 1 deletions

View File

@@ -26,6 +26,17 @@
"Microsoft.mssql"
],
"contributes": {
"configuration": [
{
"title": "%sqlDatabaseProjects.Settings%",
"properties": {
"sqlDatabaseProjects.netCoreSDKLocation": {
"type": "string",
"description": "%sqlDatabaseProjects.netCoreInstallLocation%"
}
}
}
],
"commands": [
{
"command": "sqlDatabaseProjects.new",