We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f770a commit 52dfd63Copy full SHA for 52dfd63
dap-estgi-server/src/Main.hs
@@ -88,7 +88,7 @@ main = do
88
getConfig :: IO ServerConfig
89
getConfig = do
90
let
91
- hostDefault = "127.0.0.1"
+ hostDefault = "0.0.0.0"
92
portDefault = 4711
93
capabilities = defaultCapabilities
94
{ supportsConfigurationDoneRequest = True
0 commit comments