Merge from vscode 6268feb42ba4f2e2fa15484e88c9af60d254998c (#6530)

This commit is contained in:
Anthony Dresser
2019-07-29 21:03:02 -07:00
committed by GitHub
parent 2c8a22bb0d
commit 6db84eefa3
104 changed files with 1797 additions and 3740 deletions

View File

@@ -801,7 +801,7 @@ export class SimpleWindowsService implements IWindowsService {
return Promise.resolve(this.windowCount);
}
log(_severity: string, ..._messages: string[]): Promise<void> {
log(_severity: string, _args: string[]): Promise<void> {
return Promise.resolve();
}