change deprecated settings

This commit is contained in:
2025-03-18 11:30:16 -05:00
parent 31fabb6b78
commit 469864dd50

View File

@@ -228,44 +228,45 @@
];
};
extensions = {
# Creates a beautiful debugger UI
dap-ui = {
enable = true;
};
# Set icons to characters that are more likely to work in every terminal.
# Feel free to remove or use ones that you like more! :)
# Don't feel like these are good choices.
dap-ui = {
enable = true;
# Set icons to characters that are more likely to work in every terminal.
# Feel free to remove or use ones that you like more! :)
# Don't feel like these are good choices.
settings = {
icons = {
expanded = "";
collapsed = "";
current_frame = "*";
expanded = "";
collapsed = "";
current_frame = "*";
};
controls = {
icons = {
pause = "";
play = "";
step_into = "";
step_over = "";
step_out = "";
step_back = "b";
run_last = "";
terminate = "";
disconnect = "";
};
icons = {
pause = "";
play = "";
step_into = "";
step_over = "";
step_out = "";
step_back = "b";
run_last = "";
terminate = "";
disconnect = "";
};
};
};
dap-virtual-text.enable = true;
# Add debuggers here?
dap-python = {
enable = true;
};
};
};
dap-virtual-text.enable = true;
# Add debuggers here
dap-python = {
enable = true;
};
dap-lldb = {
enable = true;
settings.codelldb_path = "${pkgs.vscode-extensions.vadimcn.vscode-lldb}/share/vscode/extensions/vadimcn.vscode-lldb/adapter/codelldb";