mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 01:25:37 -05:00
Fixing bug where templates may get mapped before loaded from their files (#10111)
* Fixing potential bad order of template loading and map construction * Fixing bug where templates get mapped before loaded from file * Parallelizing loading templates from file
This commit is contained in:
@@ -38,6 +38,7 @@ export function projectAlreadyExists(name: string, path: string) { return locali
|
||||
|
||||
// Project script types
|
||||
|
||||
export const folderFriendlyName = localize('folderFriendlyName', "Folder");
|
||||
export const scriptFriendlyName = localize('scriptFriendlyName', "Script");
|
||||
export const tableFriendlyName = localize('tableFriendlyName', "Table");
|
||||
export const viewFriendlyName = localize('viewFriendlyName', "View");
|
||||
|
||||
Reference in New Issue
Block a user