mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
atom project open in their own windows and behave more sanely
This commit is contained in:
@@ -630,7 +630,7 @@ class Config {
|
||||
|
||||
// Priority level for atom project settings.
|
||||
if (this.hasCurrentProject) {
|
||||
options.scope = (scope == null) ? [PROJECT] : scope.push(PROJECT)
|
||||
options.scope = (!Array.isArray(scope)) ? [PROJECT] : scope.push(PROJECT)
|
||||
options.sources = (options.sources == null ? [PROJECT] : options.sources.push(PROJECT))
|
||||
priorities.push({ options, source: PROJECT })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user