Only filter preview extensions when preview feat disabled (#10212)

* Filter database preview tabs

* Update comment

* Revert changes - just update comment
This commit is contained in:
Charles Gagnon
2020-04-30 10:46:16 -07:00
committed by GitHub
parent fdc21bfb9e
commit 0e6117f044
3 changed files with 3 additions and 4 deletions

View File

@@ -246,8 +246,7 @@ export interface IExtensionDescription extends IExtensionManifest {
readonly isUnderDevelopment: boolean;
readonly extensionLocation: URI;
enableProposedApi?: boolean;
// {{ SQL CARBON EDIT }}
readonly forceReload?: boolean;
readonly forceReload?: boolean; // {{ SQL CARBON EDIT }}
}
export function isLanguagePackExtension(manifest: IExtensionManifest): boolean {