Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lib/debug/server_dap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ def dap_setup bytes

case self
when UI_UnixDomainServer
UI_DAP.local_fs_map_set true
# If the user specified a mapping, respect it, otherwise, make sure that no mapping is used
UI_DAP.local_fs_map_set CONFIG[:local_fs_map] || true
when UI_TcpServer
# TODO: loopback address can be used to connect other FS env, like Docker containers
# UI_DAP.local_fs_set if @local_addr.ipv4_loopback? || @local_addr.ipv6_loopback?
Expand Down