docs(README): link to debug config values
See https://github.com/nvim-neotest/neotest/issues/132
This commit is contained in:
@@ -19,6 +19,7 @@ require("neotest").setup({
|
|||||||
adapters = {
|
adapters = {
|
||||||
require("neotest-python")({
|
require("neotest-python")({
|
||||||
-- Extra arguments for nvim-dap configuration
|
-- Extra arguments for nvim-dap configuration
|
||||||
|
-- See https://github.com/microsoft/debugpy/wiki/Debug-configuration-settings for values
|
||||||
dap = { justMyCode = false },
|
dap = { justMyCode = false },
|
||||||
-- Command line arguments for runner
|
-- Command line arguments for runner
|
||||||
-- Can also be a function to return dynamic values
|
-- Can also be a function to return dynamic values
|
||||||
|
Reference in New Issue
Block a user