Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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: