mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 01:25:36 -05:00
Have create proj from database show default save location as option (#16909)
* Default create proj location to setting * update icons * undo
This commit is contained in:
@@ -217,6 +217,7 @@ export const selectFolderStructure = localize('selectFolderStructure', "Select f
|
||||
export const folderStructureLabel = localize('folderStructureLabel', "Folder structure");
|
||||
export const WorkspaceFileExtension = '.code-workspace';
|
||||
export const browseEllipsis = localize('browseEllipsis', "Browse...");
|
||||
export const browseEllipsisWithIcon = `$(folder) ${browseEllipsis}`;
|
||||
export const selectProjectLocation = localize('selectProjectLocation', "Select project location");
|
||||
export const ProjectParentDirectoryNotExistError = (location: string): string => { return localize('dataworkspace.projectParentDirectoryNotExistError', "The selected project location '{0}' does not exist or is not a directory.", location); };
|
||||
export const ProjectDirectoryAlreadyExistError = (projectName: string, location: string): string => { return localize('dataworkspace.projectDirectoryAlreadyExistError', "There is already a directory named '{0}' in the selected location: '{1}'.", projectName, location); };
|
||||
|
||||
Reference in New Issue
Block a user