Replies: 1 comment
-
|
Hi Pawel, I get your point and if you can figure out how to reliably do that across terminals (powershell is not the only thing used by mcdev users) then lets try it out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When working with complex project structures or retrieving metadata using wildcard characters across multiple Business Units, it can be challenging to locate specific files. To streamline this process, we propose enhancing the log output to include direct hyperlinks to the retrieved metadata files.
For example, instead of a plain log entry like:
13:44:01 info: Downloaded: automation (1) - Key: TrackingRawData
We could output:
13:44:01 info: Downloaded: automation (1) - Key: (TrackingRawData) -> hyperlink to the file location
This mirrors the behavior of the Visual Studio Console, which provides clickable links to files. Implementing this feature would significantly improve navigation and productivity, especially in large-scale or multi-BU environments.
https://stackoverflow.com/questions/36295789/put-link-in-console-log-node-js
Beta Was this translation helpful? Give feedback.
All reactions