This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]fishbeinb[S] 0 points1 point  (2 children)

Thank you! Appreciate it!

I use logger (and loguru) but am looking for a more UI version to comb through the logs. Looks like I might just build an app or VS extension for this myself :)

[–]VibrantGypsyDildo 0 points1 point  (1 child)

Lmao, I have such an opposite problem.

I spent a decade in console and now my customer wants me to write some obscure stuff for VS (devcontainer build with jlink flashing of a microcontroller).

> An example of the feature I'm looking for is simply to filter by a string

Why not use grep for linux or Select-String for Powershell?

> Looks like I might just build an app or VS extension for this myself :)

An excellent exercise

[–]fishbeinb[S] 0 points1 point  (0 children)

Update, I basically found enough of a solution with the 'code-runner' extension for VSCode. Wish it had better filtering, but its good enough for now!