mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
privacy and source columns
This commit is contained in:
@@ -45,6 +45,7 @@ export interface ITunnelItem {
|
||||
localPort?: number;
|
||||
name?: string;
|
||||
closeable?: boolean;
|
||||
source: string;
|
||||
privacy?: TunnelPrivacy;
|
||||
processDescription?: string;
|
||||
wideDescription?: string;
|
||||
|
||||
Reference in New Issue
Block a user