Skip to content

Commit

Permalink
[fix] wrong merge?
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekLew committed Jun 24, 2018
1 parent dfee0b5 commit a3cde05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ interface InstallableExtension {
metadata?: IGalleryMetadata;
}

enum InstallOperation {
Install = 1,
Update
}

export class ExtensionManagementService extends Disposable implements IExtensionManagementService {

Expand Down
7 changes: 0 additions & 7 deletions src/vs/vscode.proposed.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -502,13 +502,6 @@ declare module 'vscode' {
export function registerWebviewPanelSerializer(viewType: string, serializer: WebviewPanelSerializer): Disposable;
}

//#endregion

//#region Joh -> exclusive document filters

export interface DocumentFilter {
exclusive?: boolean;
}

//#endregion
}

0 comments on commit a3cde05

Please sign in to comment.