rename method (fix typo) #40210

This commit is contained in:
Johannes Rieken
2017-12-14 16:03:59 +01:00
parent 072f94fbad
commit 475ac42d0b
3 changed files with 3 additions and 3 deletions

View File

@@ -721,7 +721,7 @@ export interface ExtHostDebugServiceShape {
export type DecorationData = [number, boolean, string, string, ThemeColor, string];
export interface ExtHostDecorationsShape {
$providerDecorations(handle: number, uri: UriComponents): TPromise<DecorationData>;
$provideDecorations(handle: number, uri: UriComponents): TPromise<DecorationData>;
}
export interface ExtHostWindowShape {