plugins.flutter-tools.settings.debugger.register_configurations
Function to register configurations.
Type: null or raw lua code
Default:
null
Plugin default: null
Example:
lib.nixvim.mkRaw ''
function(paths)
require("dap").configurations.dart = {
--put here config that you would find in .vscode/launch.json
}
-- If you want to load .vscode launch.json automatically run the following:
-- require("dap.ext.vscode").load_launchjs()
end
''
Declared by: