Add setting for default dacpac save location (#13194)

* add setting for default save location

* lowercase

* addressing comments
This commit is contained in:
Kim Santiago
2020-11-11 17:20:58 -08:00
committed by GitHub
parent 865d49c2fb
commit 850422164c
5 changed files with 55 additions and 4 deletions

View File

@@ -24,6 +24,17 @@
"Microsoft.mssql"
],
"contributes": {
"configuration": [
{
"title": "%dacFx.settings%",
"properties": {
"dacFx.defaultSaveLocation": {
"type": "string",
"description": "%dacFx.defaultSaveLocation%"
}
}
}
],
"commands": [
{
"command": "dacFx.start",