T
twostars
Server: Fix VS debugger path (#781)
$(OutputPath) always has a trailing \.
This didn't seem like an issue as the working directory was otherwise set correctly, but it interferes
with std::filesystem:
ath's parsing of the current working directory.
This ultimately resulted in our logs being unintentionally moved to the wrong location by default since
this was tweaked recently.
As this is guaranteed to always end in a trailing \, we can just safely drop it here.
Github Commit Görüntüle...
See Commints...
..
$(OutputPath) always has a trailing \.
This didn't seem like an issue as the working directory was otherwise set correctly, but it interferes
with std::filesystem:
ath's parsing of the current working directory.This ultimately resulted in our logs being unintentionally moved to the wrong location by default since
this was tweaked recently.
As this is guaranteed to always end in a trailing \, we can just safely drop it here.
Github Commit Görüntüle...
See Commints...
..