mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 01:25:37 -05:00
Auto increment new db project name (#11882)
* auto increment db proj name * auto increment on import project from db * adding separate message if workspace setting is invalid * updating based on feedback * adding do not ask again functionality * moving constants * making newprojecttool only top level functions * adding tests * updating to address merge conflicts * fixing tests * fixing tests
This commit is contained in:
@@ -35,6 +35,15 @@
|
||||
"sqlDatabaseProjects.netCoreSDKLocation": {
|
||||
"type": "string",
|
||||
"description": "%sqlDatabaseProjects.netCoreInstallLocation%"
|
||||
},
|
||||
"sqlDatabaseProjects.defaultProjectSaveLocation": {
|
||||
"type": "string",
|
||||
"description": "%sqlDatabaseProjects.defaultProjectSaveLocation%"
|
||||
},
|
||||
"sqlDatabaseProjects.showUpdateSaveLocationPrompt": {
|
||||
"type": "boolean",
|
||||
"description": "%sqlDatabaseProjects.showUpdateSaveLocationPrompt%",
|
||||
"default": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user