mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 09:35:36 -05:00
Add profile section in Publish project UI (#21906)
* Add profile section in Publish project UI * Move publish profile row below Publish Target * Add contract for savePublishProfie and SaveProfileAs button functionality * Make the DacFx contract functional * Send values from UI to DacFx service call * Fix build error * Address comment, remove print statements * Address comments * Set correct connection string
This commit is contained in:
@@ -135,6 +135,8 @@ export const server = localize('server', "Server");
|
||||
export const defaultUser = localize('default', "default");
|
||||
export const selectProfileToUse = localize('selectProfileToUse', "Select publish profile to load");
|
||||
export const selectProfile = localize('selectProfile', "Select Profile");
|
||||
export const saveProfileAsButtonText = localize('saveProfileAsButtonText', "Save Profile As...");
|
||||
export const save = localize('save', "Save");
|
||||
export const dontUseProfile = localize('dontUseProfile', "Don't use profile");
|
||||
export const browseForProfileWithIcon = `$(folder) ${localize('browseForProfile', "Browse for profile")}`;
|
||||
export const chooseAction = localize('chooseAction', "Choose action");
|
||||
|
||||
Reference in New Issue
Block a user