plugins/dap-view: disable controls test

Needs upstreamed plugin update for us to test it.
This commit is contained in:
Austin Horstman 2025-05-07 23:01:44 -05:00
parent 21d6c55d72
commit 9898339e72
No known key found for this signature in database

View file

@ -27,32 +27,33 @@
repl = "REPL [R]"; repl = "REPL [R]";
console = "Console [C]"; console = "Console [C]";
}; };
controls = { # TODO: Enable after plugin update
enabled = false; # controls = {
position = "right"; # enabled = false;
buttons = [ # position = "right";
"play" # buttons = [
"step_into" # "play"
"step_over" # "step_into"
"step_out" # "step_over"
"step_back" # "step_out"
"run_last" # "step_back"
"terminate" # "run_last"
"disconnect" # "terminate"
]; # "disconnect"
icons = { # ];
pause = ""; # icons = {
play = ""; # pause = "";
step_into = ""; # play = "";
step_over = ""; # step_into = "";
step_out = ""; # step_over = "";
step_back = ""; # step_out = "";
run_last = ""; # step_back = "";
terminate = ""; # run_last = "";
disconnect = ""; # terminate = "";
}; # disconnect = "";
custom_buttons = { }; # };
}; # custom_buttons = { };
# };
}; };
windows = { windows = {
height = 12; height = 12;