mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
hide sdk style project template (#18308)
This commit is contained in:
@@ -36,17 +36,6 @@ export class SqlDatabaseProjectProvider implements dataworkspace.IProjectProvide
|
|||||||
*/
|
*/
|
||||||
get supportedProjectTypes(): dataworkspace.IProjectType[] {
|
get supportedProjectTypes(): dataworkspace.IProjectType[] {
|
||||||
return [{
|
return [{
|
||||||
id: constants.emptySqlDatabaseSdkProjectTypeId,
|
|
||||||
projectFileExtension: constants.sqlprojExtension.replace(/\./g, ''),
|
|
||||||
displayName: constants.emptySdkProjectTypeDisplayName,
|
|
||||||
description: constants.emptySdkProjectTypeDescription,
|
|
||||||
icon: IconPathHelper.colorfulSqlProject,
|
|
||||||
targetPlatforms: Array.from(constants.targetPlatformToVersion.keys()),
|
|
||||||
defaultTargetPlatform: constants.defaultTargetPlatform,
|
|
||||||
linkDisplayValue: constants.learnMore,
|
|
||||||
linkLocation: 'https://github.com/microsoft/DacFx/tree/main/src/Microsoft.Build.Sql'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: constants.emptySqlDatabaseProjectTypeId,
|
id: constants.emptySqlDatabaseProjectTypeId,
|
||||||
projectFileExtension: constants.sqlprojExtension.replace(/\./g, ''),
|
projectFileExtension: constants.sqlprojExtension.replace(/\./g, ''),
|
||||||
displayName: constants.emptyProjectTypeDisplayName,
|
displayName: constants.emptyProjectTypeDisplayName,
|
||||||
|
|||||||
Reference in New Issue
Block a user