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

@@ -0,0 +1,4 @@
{
"dacFx.settings": "Dacpac",
"dacFx.defaultSaveLocation": "Full path to folder where .DACPAC and .BACPAC files are saved by default"
}