mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
remove edge template from sql projects new project dialog (#21144)
This commit is contained in:
@@ -59,15 +59,6 @@ export class SqlDatabaseProjectProvider implements dataworkspace.IProjectProvide
|
|||||||
defaultTargetPlatform: constants.defaultTargetPlatform,
|
defaultTargetPlatform: constants.defaultTargetPlatform,
|
||||||
sdkStyleOption: true,
|
sdkStyleOption: true,
|
||||||
sdkStyleLearnMoreUrl: constants.sdkLearnMoreUrl
|
sdkStyleLearnMoreUrl: constants.sdkLearnMoreUrl
|
||||||
},
|
|
||||||
{
|
|
||||||
id: constants.edgeSqlDatabaseProjectTypeId,
|
|
||||||
projectFileExtension: constants.sqlprojExtension.replace(/\./g, ''),
|
|
||||||
displayName: constants.edgeProjectTypeDisplayName,
|
|
||||||
description: constants.edgeProjectTypeDescription,
|
|
||||||
icon: IconPathHelper.sqlEdgeProject,
|
|
||||||
sdkStyleOption: true,
|
|
||||||
sdkStyleLearnMoreUrl: constants.sdkLearnMoreUrl
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user