commit | 8b7a7a6b0b79c3b787558b9bddd4b68ec972d7e9 | [log] [tgz] |
---|---|---|
author | wbond <will@wbond.net> | Fri Oct 23 00:15:47 2015 -0400 |
committer | Jason Buberel <jbuberel@google.com> | Fri Oct 23 15:17:35 2015 +0000 |
tree | 6bad6eb02201f87f116e8005a2c72f51def2eb55 | |
parent | 5e7c650d1b2bcc5a39c93fc2482117fea5e6ae7a [diff] |
golangconfig: Fix operation when no project file is open in ST3 Previously settings loading functionality assumed that a project was opened when being run in Sublime Text 3. This fixes the mocks to properly replicate the behavior of ST3, and adds a check to _get_most_specific_setting() before trying to use project data. Change-Id: Ia646345701092f454fd762af2bb527a51d530ef2 Reviewed-on: https://go-review.googlesource.com/16250 Reviewed-by: Jason Buberel <jbuberel@google.com>
golangconfig
is a Sublime Text dependency designed to be a common API for configuration of Go environment variables. It is intended to be used by any and all Go-related Sublime Text packages in an effort to help reduce duplication of user configuration.
The documentation for the package is split into two audiences:
golangconfig
for your packageOther documentation: