mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 09:35:38 -05:00
update .net sdk location strings now that .net 6 is supported (#17757)
* update .net install strings now that .net 6 is supported * copy old setting value to new setting * update strings * add link to issue
This commit is contained in:
@@ -44,9 +44,9 @@
|
||||
{
|
||||
"title": "%sqlDatabaseProjects.Settings%",
|
||||
"properties": {
|
||||
"sqlDatabaseProjects.netCoreSDKLocation": {
|
||||
"sqlDatabaseProjects.dotnetSDK Location": {
|
||||
"type": "string",
|
||||
"description": "%sqlDatabaseProjects.netCoreInstallLocation%"
|
||||
"description": "%sqlDatabaseProjects.dotnetInstallLocation%"
|
||||
},
|
||||
"sqlDatabaseProjects.netCoreDoNotAsk": {
|
||||
"type": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user