mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 09:35:37 -05:00
Make sql project publish SQLCMD table editable (#11812)
* make table editable * add button to load values from sqlproj * use form component group * match mockups * move UI constants to a separate file * fix error
This commit is contained in:
@@ -52,7 +52,6 @@ export async function load(profileUri: Uri, dacfxService: mssql.IDacFxService):
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
async function readConnectionString(xmlDoc: any): Promise<{ connectionId: string, connectionString: string }> {
|
||||
let targetConnectionString: string = '';
|
||||
let connId: string = '';
|
||||
|
||||
Reference in New Issue
Block a user