mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Merge pull request #14417 from atom/version-pinned-packages
Add config schema for version pinned packages
This commit is contained in:
@@ -34,6 +34,16 @@ const configSchema = {
|
||||
|
||||
description: 'List of names of installed packages which are not loaded at startup.'
|
||||
},
|
||||
versionPinnedPackages: {
|
||||
type: 'array',
|
||||
default: [],
|
||||
|
||||
items: {
|
||||
type: 'string'
|
||||
},
|
||||
|
||||
description: 'List of names of installed packages which are not automatically updated.'
|
||||
},
|
||||
customFileTypes: {
|
||||
type: 'object',
|
||||
default: {},
|
||||
|
||||
Reference in New Issue
Block a user