Add command line regex for port attributes provider

Part of #115616
This commit is contained in:
Alex Ross
2021-04-07 14:29:32 +02:00
parent 50d89df33c
commit 37abf64afd
5 changed files with 8 additions and 5 deletions

View File

@@ -1097,6 +1097,7 @@ export enum CandidatePortSource {
export interface PortAttributesProviderSelector {
pid?: number;
portRange?: [number, number];
commandMatcher?: RegExp;
}
export interface MainThreadTunnelServiceShape extends IDisposable {