mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
Don't show update project warning for new style sqlproj (#17490)
* don't show SSDT update warning for new style projects * update strings * add checks for the 2 other ways to specify msbuild sdk * add link to docs on how to use project sdk Co-authored-by: Kim Santiago <kisantia@Kims-MacBook-Pro.local>
This commit is contained in:
@@ -21,6 +21,7 @@ export const msdb = 'msdb';
|
||||
export const msdbDacpac = 'msdb.dacpac';
|
||||
export const MicrosoftDatatoolsSchemaSqlSql = 'Microsoft.Data.Tools.Schema.Sql.Sql';
|
||||
export const databaseSchemaProvider = 'DatabaseSchemaProvider';
|
||||
export const sqlMsbuildSdk = 'Microsoft.Build.Sql';
|
||||
|
||||
// Project Provider
|
||||
export const emptySqlDatabaseProjectTypeId = 'EmptySqlDbProj';
|
||||
@@ -360,6 +361,7 @@ export const Private = 'Private';
|
||||
export const ProjectGuid = 'ProjectGuid';
|
||||
export const Type = 'Type';
|
||||
export const ExternalStreamingJob: string = 'ExternalStreamingJob';
|
||||
export const Sdk: string = 'Sdk';
|
||||
|
||||
/** Name of the property item in the project file that defines default database collation. */
|
||||
export const DefaultCollationProperty = 'DefaultCollation';
|
||||
|
||||
Reference in New Issue
Block a user