mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
added option to force reload extensions (#5990)
This commit is contained in:
@@ -236,6 +236,8 @@ export interface IExtensionDescription extends IExtensionManifest {
|
||||
readonly isUnderDevelopment: boolean;
|
||||
readonly extensionLocation: URI;
|
||||
enableProposedApi?: boolean;
|
||||
// {{ SQL CARBON EDIT }}
|
||||
readonly forceReload?: boolean;
|
||||
}
|
||||
|
||||
export function isLanguagePackExtension(manifest: IExtensionManifest): boolean {
|
||||
|
||||
Reference in New Issue
Block a user