mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
rename method (fix typo) #40210
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user