We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9290c1 commit 354f9d5Copy full SHA for 354f9d5
1 file changed
rubylib/vdebug.rb
@@ -15,7 +15,7 @@ def start_listening
15
write_lock_file!
16
clear_buffer_cache!
17
vim.server.remote_send ":python debugger.run()<CR>"
18
- sleep 1
+ sleep 2
19
end
20
21
def messages
@@ -118,6 +118,7 @@ def remove_lock_file!
118
protected
119
def write_lock_file!
120
while File.exists?(@lock_file)
121
+ puts "Waiting for lock to be removed"
122
sleep 0.1
123
124
puts "Creating lock file for #{@instance_id}"
0 commit comments