We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1df84a commit 779436dCopy full SHA for 779436d
1 file changed
src/vs/workbench/api/common/extHostDecorations.ts
@@ -19,7 +19,7 @@ interface ProviderData {
19
extensionId: ExtensionIdentifier;
20
}
21
22
-export class ExtHostDecorations implements IExtHostDecorations {
+export class ExtHostDecorations implements ExtHostDecorationsShape {
23
24
private static _handlePool = 0;
25
@@ -85,4 +85,4 @@ export class ExtHostDecorations implements IExtHostDecorations {
85
86
87
export const IExtHostDecorations = createDecorator<IExtHostDecorations>('IExtHostDecorations');
88
-export interface IExtHostDecorations extends ExtHostDecorations, ExtHostDecorationsShape { }
+export interface IExtHostDecorations extends ExtHostDecorations { }
0 commit comments