Push not-null assertion further down to usage

This commit is contained in:
Alex Dima
2020-06-18 13:18:40 +02:00
parent 18f9cdaf37
commit 39e3340d04
3 changed files with 3 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ export interface IConfigurationInitData extends IConfigurationData {
}
export interface IExtHostContext extends IRPCProtocol {
remoteAuthority: string;
remoteAuthority: string | null;
}
export interface IMainContext extends IRPCProtocol {