Strict null work in exthost

This commit is contained in:
Matt Bierner
2019-03-05 14:41:15 -08:00
parent 733a1cd841
commit bb64391ec4
5 changed files with 16 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ import { URI } from 'vs/base/common/uri';
interface CommandHandler {
callback: Function;
thisArg: any;
description: ICommandHandlerDescription;
description?: ICommandHandlerDescription;
}
export interface ArgumentProcessor {