on windows.
can not set breakpoint on the file which located in the network folder.
by "net use" command, we can set drive letter to the network path.
but ghci still use network path like "\192.168.0.1\work\haskell\project".
vscode uses drive letter path or both?
haskell-dap has to check, convert the drive letter path to network path.
on windows. can not set breakpoint on the file which located in the network folder.
by "net use" command, we can set drive letter to the network path. but ghci still use network path like "\192.168.0.1\work\haskell\project". vscode uses drive letter path or both?
haskell-dap has to check, convert the drive letter path to network path.