mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Setting for settings-view to be able to apply Chromium proxies to env vars for apm automatically
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