Ryan Bloomfield
Ryan Bloomfield
Drop-box style local folder syncing? This would require file transfers via the minecraft network code, so don't know how feasible that would be(or who would be willing to work on...
I've personally been doing some work to sort out the dependencies. It's been slow-going as I haven't been able to commit much time to it and the internal dependencies don't...
I think it bears clarifying: Something is converting a mapped drive, like `Z:\some\path` to a windows network path, like `\\server\some\path`. Visual studio code interprets that path as invalid(at least when...
A potential fix would be to use `--path-mappings`, however clangd seems to behave inconsistently. The path mapping option: ``` --path-mappings=\\10.0.2.1\devel=q:\ ``` Here is a log entry where it works: ```...