mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Change default folder in dacpac and schema compare extensions (#5215)
* change default folder in dacpac and schema compare extensions * move getting rootpath to a method * change method name
This commit is contained in:
@@ -68,7 +68,7 @@ export class ExtractConfigPage extends DacFxConfigPage {
|
||||
this.createFileBrowserParts();
|
||||
|
||||
// default filepath
|
||||
this.fileTextBox.value = this.generateFilePath();
|
||||
this.fileTextBox.value = this.generateFilePathFromDatabaseAndTimestamp();
|
||||
this.model.filePath = this.fileTextBox.value;
|
||||
|
||||
this.fileButton.onDidClick(async (click) => {
|
||||
|
||||
Reference in New Issue
Block a user