-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is almost entirely a refactor, at least in spirit, if not completely by the book Embrace the Visual Studio code event system: Remove some redundant event handling in favor of leaning into the VSC event system, except for the refresh manager, which needs to remain editor-agnostic, but nonetheless needs a bridge to connect it to the VSC event system. Standardize on disposable class instances: There was a melange of different ways of initializing components and linking them together. Now we standardize on disposable class instances and an ad hoc constructor dependency injection system, plus event subscriptions in each component's constructor, reducing coupling. This should make things a lot clearer. Standardize import formatting Fix a bad dependency import Add pre-release build commands Change-Id: I75425b587decd64040e9917c6ebe8aeebe90d7a8 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/226059 Lint: Lint 🤖 <[email protected]> Reviewed-by: Asad Memon <[email protected]> Commit-Queue: Chad Norvell <[email protected]> Presubmit-Verified: CQ Bot Account <[email protected]>
- Loading branch information
1 parent
f73ddb4
commit 84803f3
Showing
14 changed files
with
736 additions
and
444 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.