![]() This changes adds the support to replace relative paths sources with "" as rapresenting current directory. For example: Rule like '{from: "", to: "/my/project"}' will map path "src/my/code.go" into "/my/project/src/my/code.go" Rule like '{from: "/my/project", to: ""}' will map path "/my/project/src/my/code.go" into "src/my/code.go" Fixes #3082 |
||
---|---|---|
.. | ||
api | ||
dap | ||
debugger | ||
internal/sameuser | ||
rpc1 | ||
rpc2 | ||
rpccommon | ||
test | ||
client.go | ||
config.go | ||
listenerpipe.go | ||
rpccallback.go | ||
server.go |