Visual Studio Code and window title related macros does not work

I'm trying to bring to front a Visual Studio Code window that contains a certain string on the title.

This is not working anymore.

This is the error that's showing on logs:

2020-01-02 10:26:19 Manipulate Window could not find any matching windows
2020-01-02 10:26:19 Manipulate Window could not find any matching windows In macro “Trying” (while executing Bring Window(s) With Name Containing “engine” to Front).

Ana this is the block I'm trying to execute:
image

The select box for the application shows the first option marked. I've tried the other ones. Nothing works.
image

By the way, this used to work exactly like it is configured today. Stopped suddenly. When I created this macro I was on macOS High Sierra and Keyboard Maestro 8

Not sure if this is the problem here, but Electron apps like VSC, Atom etc don't always use the standard Mac GUI elements, and may be a little less accessible to scripting.

To troubleshoot, let's start with this tool to list all open windows that can be seen by AppleScript:

Macro: List every window visible to System Events by application.

Run that macro and let us know the results.