change deprecated settings
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user