mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Add setting for default dacpac save location (#13194)
* add setting for default save location * lowercase * addressing comments
This commit is contained in:
@@ -24,6 +24,17 @@
|
||||
"Microsoft.mssql"
|
||||
],
|
||||
"contributes": {
|
||||
"configuration": [
|
||||
{
|
||||
"title": "%dacFx.settings%",
|
||||
"properties": {
|
||||
"dacFx.defaultSaveLocation": {
|
||||
"type": "string",
|
||||
"description": "%dacFx.defaultSaveLocation%"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"commands": [
|
||||
{
|
||||
"command": "dacFx.start",
|
||||
|
||||
Reference in New Issue
Block a user