mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
clean up
This commit is contained in:
@@ -266,7 +266,7 @@ interface IExtensionManifest {
|
||||
extensionKind?: ExtensionKind | ExtensionKind[];
|
||||
}
|
||||
/**
|
||||
* Loosely based on `getExtensionKind` from `src/vs/workbench/services/extensions/common/extensionsUtil.ts`
|
||||
* Loosely based on `getExtensionKind` from `src/vs/workbench/services/extensions/common/extensionManifestPropertiesService.ts`
|
||||
*/
|
||||
function isWebExtension(manifest: IExtensionManifest): boolean {
|
||||
if (typeof manifest.extensionKind !== 'undefined') {
|
||||
|
||||
Reference in New Issue
Block a user