Skip to content

Commit

Permalink
Merge pull request #10 from takkii/develop
Browse files Browse the repository at this point in the history
Update.
  • Loading branch information
takkii authored Jul 6, 2024
2 parents e4b2f86 + 95f34e5 commit cb51e1a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions lua/neoruby-debugger.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,46 @@ local default_config = {
rdbg = {
initialize_timeout_sec = 20,
port = "${port}",
args = {},
build_flags = "",
detached = true,
cwd = nil,
},
rails = {
initialize_timeout_sec = 20,
args = {},
build_flags = "",
cwd = nil,
},
bundle = {
initialize_timeout_sec = 20,
args = {},
build_flags = "",
cwd = nil,
},
readapt = {
initialize_timeout_sec = 20,
args = {},
build_flags = "",
cwd = nil,
},
rackup = {
initialize_timeout_sec = 20,
args = {},
build_flags = "",
cwd = nil,
},
rspec = {
initialize_timeout_sec = 20,
args = {},
build_flags = "",
cwd = nil,
},
rake = {
initialize_timeout_sec = 20,
args = {},
build_flags = "",
cwd = nil,
},
}

Expand Down

0 comments on commit cb51e1a

Please sign in to comment.