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.
|
dap-ui = {
|
||||||
# Feel free to remove or use ones that you like more! :)
|
enable = true;
|
||||||
# Don't feel like these are good choices.
|
|
||||||
|
# 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 = {
|
icons = {
|
||||||
expanded = "▾";
|
expanded = "▾";
|
||||||
collapsed = "▸";
|
collapsed = "▸";
|
||||||
current_frame = "*";
|
current_frame = "*";
|
||||||
};
|
};
|
||||||
|
|
||||||
controls = {
|
controls = {
|
||||||
icons = {
|
icons = {
|
||||||
pause = "⏸";
|
pause = "⏸";
|
||||||
play = "▶";
|
play = "▶";
|
||||||
step_into = "⏎";
|
step_into = "⏎";
|
||||||
step_over = "⏭";
|
step_over = "⏭";
|
||||||
step_out = "⏮";
|
step_out = "⏮";
|
||||||
step_back = "b";
|
step_back = "b";
|
||||||
run_last = "▶▶";
|
run_last = "▶▶";
|
||||||
terminate = "⏹";
|
terminate = "⏹";
|
||||||
disconnect = "⏏";
|
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 = {
|
dap-lldb = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.codelldb_path = "${pkgs.vscode-extensions.vadimcn.vscode-lldb}/share/vscode/extensions/vadimcn.vscode-lldb/adapter/codelldb";
|
settings.codelldb_path = "${pkgs.vscode-extensions.vadimcn.vscode-lldb}/share/vscode/extensions/vadimcn.vscode-lldb/adapter/codelldb";
|
||||||
|
|||||||
Reference in New Issue
Block a user