Revert 'Add profile section in Publish project UI (#21906)' (#22047)

This reverts commit cb58286247.
This commit is contained in:
Kim Santiago
2023-02-27 15:09:50 -08:00
committed by GitHub
parent febfe3718f
commit e675fc14f0
10 changed files with 23 additions and 131 deletions

View File

@@ -136,8 +136,6 @@ 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");