Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/vs/platform/environment/common/environment.ts')
-rw-r--r--src/vs/platform/environment/common/environment.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vs/platform/environment/common/environment.ts b/src/vs/platform/environment/common/environment.ts
index 28a690c69bb..56531a3a784 100644
--- a/src/vs/platform/environment/common/environment.ts
+++ b/src/vs/platform/environment/common/environment.ts
@@ -132,9 +132,6 @@ export interface INativeEnvironmentService extends IEnvironmentService {
extensionsDownloadPath: string;
builtinExtensionsPath: string;
- // --- smoke test support
- driverHandle?: string;
-
// --- use keytar for credentials
disableKeytar?: boolean;