Add tunnel privacy comment

This commit is contained in:
Alex Ross
2021-09-29 15:29:53 +02:00
parent f00a104870
commit d798b6fb57
+3
View File
@@ -162,6 +162,9 @@ declare module 'vscode' {
* @deprecated Use privacy instead
*/
public: boolean;
/**
* One of the the options must have the ID "private".
*/
privacyOptions: TunnelPrivacy[];
};