Skip to content

Commit 6b90be5

Browse files
committed
REVERT ME. debug mode may be the cause of MCP server hang
1 parent b49233b commit 6b90be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exe/ruby-lsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ parser = OptionParser.new do |opts|
1515
end
1616

1717
opts.on("--debug", "Launch the Ruby LSP with a debugger attached") do
18-
options[:debug] = true
18+
# options[:debug] = true
1919
end
2020

2121
opts.on("--time-index", "Measure the time it takes to index the project") do

0 commit comments

Comments
 (0)