-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't rerender the unchanging prefix
Summary: Before, the output might be: ``` Buck UI: https://www.internalfb.com/buck2/cabbd5fa-88a2-4570-9419-b2eaa4b01c5b Test UI: https://www.internalfb.com/intern/testinfra/testrun/6755399647278609 Note: Using experimental modern dice Network: Up: 3.5KiB Down: 5.9KiB (reSessionID-10dc4c7d-d791-4976-9570-d842b7663c34) ``` But because we kept rewriting the Buck UI link, it was basically impossible to click on in VS Code. The URL detection kicked in, but the active site kept changing, and you failed. Now, we don't rerender identical output. Will be a little faster, but mainly we can now click on the URLs. Reviewed By: lmvasquezg Differential Revision: D54412142 fbshipit-source-id: 2eb5bffddd7b62b26797408b2882e87b30602987
- Loading branch information
1 parent
f70d025
commit 30e0b2a
Showing
2 changed files
with
62 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