mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
add back SDK style project template (#18448)
This commit is contained in:
@@ -36,6 +36,17 @@ 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