GP-2448: Sync DebuggerModelProvider to tool

This commit is contained in:
Dan 2022-08-19 10:00:10 -04:00
parent d970c024a6
commit 2c0678ed83
36 changed files with 1159 additions and 569 deletions

View file

@ -68,8 +68,8 @@ public class TestTargetSession extends DefaultTargetModelRoot
@Override
public CompletableFuture<Void> requestFocus(TargetObject obj) {
return model.gateFuture(getModel().future(null).thenAccept(__ -> {
changeAttributes(List.of(), List.of(), Map.of(FOCUS_ATTRIBUTE_NAME, obj //
), "Focus requested");
changeAttributes(List.of(), List.of(), Map.of(FOCUS_ATTRIBUTE_NAME, obj),
"Focus requested");
}));
}