mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-07 17:23:56 -05:00
normalize sql carbon tag (#14445)
This commit is contained in:
@@ -181,7 +181,7 @@ export interface IExtensionManifest {
|
||||
readonly publisher: string;
|
||||
readonly version: string;
|
||||
readonly engines: { vscode: string; azdata?: string }; // {{SQL CARBON EDIT}} add field
|
||||
readonly forceReload?: boolean; // {{ SQL CARBON EDIT }} add field
|
||||
readonly forceReload?: boolean; // {{SQL CARBON EDIT}} add field
|
||||
readonly description?: string;
|
||||
readonly main?: string;
|
||||
readonly browser?: string;
|
||||
@@ -278,7 +278,7 @@ export interface IExtensionDescription extends IExtensionManifest {
|
||||
readonly isUnderDevelopment: boolean;
|
||||
readonly extensionLocation: URI;
|
||||
enableProposedApi?: boolean;
|
||||
readonly forceReload?: boolean; // {{ SQL CARBON EDIT }}
|
||||
readonly forceReload?: boolean; // {{SQL CARBON EDIT}}
|
||||
}
|
||||
|
||||
export function isLanguagePackExtension(manifest: IExtensionManifest): boolean {
|
||||
|
||||
Reference in New Issue
Block a user