mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Ugh, add settingsForScopeDescriptor back
It’s used by language mode and autocomplete for different things
This commit is contained in:
@@ -57,4 +57,4 @@ class Syntax extends GrammarRegistry
|
||||
|
||||
propertiesForScope: (scope, keyPath) ->
|
||||
deprecate 'A direct (but private) replacement is available at atom.config.scopedSettingsForScopeDescriptor().'
|
||||
atom.config.scopedSettingsForScopeDescriptor(scope, keyPath)
|
||||
atom.config.settingsForScopeDescriptor(scope, keyPath)
|
||||
|
||||
Reference in New Issue
Block a user