mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 01:25:36 -05:00
add a project guid if a sql project doesn't have one (#18009)
This commit is contained in:
@@ -376,6 +376,7 @@ export const True = 'True';
|
||||
export const False = 'False';
|
||||
export const Private = 'Private';
|
||||
export const ProjectGuid = 'ProjectGuid';
|
||||
export const PropertyGroup = 'PropertyGroup';
|
||||
export const Type = 'Type';
|
||||
export const ExternalStreamingJob: string = 'ExternalStreamingJob';
|
||||
export const Sdk: string = 'Sdk';
|
||||
|
||||
Reference in New Issue
Block a user