Setting for settings-view to be able to apply Chromium proxies to env vars for apm automatically

This commit is contained in:
Damien Guard
2017-01-11 22:50:15 -08:00
parent 6725a4194e
commit 0560015e05

View File

@@ -142,6 +142,11 @@ const configSchema = {
type: 'boolean',
default: true
},
useProxySettingsWhenCallingApm: {
description: 'Use detected proxy settings when calling the `apm` command-line tool.',
type: 'boolean',
default: true
},
allowPendingPaneItems: {
description: 'Allow items to be previewed without adding them to a pane permanently, such as when single clicking files in the tree view.',
type: 'boolean',