MCPcopy
hub / github.com/sublimelsp/LSP / userprefs

Function userprefs

plugin/core/settings.py:210–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208
209
210def userprefs() -> Settings:
211 return _settings # type: ignore
212
213
214def globalprefs() -> sublime.Settings:

Calls

no outgoing calls