-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pw_ide: Decouple VS Code logger from pure logic
We can't import `vscode` into places where it's unavailable, even transitively via the logger (since the log drain is the VS Code output window). So we need an interface in between that lets code run outside of VS Code. In particular, unit tests do not have access to `vscode`. Change-Id: Ia528b22affc74641ef70442bb0a91b6c490dd884 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/255712 Lint: Lint 🤖 <[email protected]> Reviewed-by: Alexei Frolov <[email protected]> Commit-Queue: Chad Norvell <[email protected]> Docs-Not-Needed: Chad Norvell <[email protected]> Presubmit-Verified: CQ Bot Account <[email protected]>
- Loading branch information
1 parent
ef5c858
commit 89395f2
Showing
3 changed files
with
24 additions
and
5 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