Merge pull request #13600 from atom/dg-setting-to-apply-proxies-to-apm

Setting for settings-view to apply Chromium proxies to apm via env vars
This commit is contained in:
Damien Guard
2017-01-17 11:08:35 -08:00
committed by GitHub

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',