mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user