mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
Round trip with SSDT (#10563)
* Initial changes * Round trip feature implementation * Addressed PR comments * Addressed comments
This commit is contained in:
@@ -71,6 +71,9 @@ export class ProjectsController {
|
||||
await newProject.readProjFile();
|
||||
this.projects.push(newProject);
|
||||
|
||||
// Update for round tripping as needed
|
||||
await newProject.updateProjectForRoundTrip();
|
||||
|
||||
// Read datasources.json (if present)
|
||||
const dataSourcesFilePath = path.join(path.dirname(projectFile.fsPath), constants.dataSourcesFileName);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user