mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Previous changes to the config mechanism made the config options per-view, not per-session. We should now make sure to obey config changes per-view. This does not fix the configuration handling for "watchChangedFile" however. This should be done in a future CL. Change-Id: I73f6236386c36d2587fdb9c0601670833a4366c3 Reviewed-on: https://go-review.googlesource.com/c/tools/+/194818 Run-TryBot: Rebecca Stambler <rstambler@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com>