Fix Source Link issues caused by #
usage in paths
#245
Labels
External
Issues which represent work which affects Biohazrd but needs to happen outside of Biohazrd
Turns out the
#
's we use for organizational folders break Source Link in many contexts, seemingly because the#
is not being escaped as%23
.Ideally this should just be fixed externally, I've reported the issue to the relevant parties here:
#
symbol in file path breaks Source Link during debugging. dotnet/vscode-csharp#5290If this doesn't get fixed upstream, I think we could potentially fix this by generating our own
sourcelink.json
which has the#
pre-escaped. IE:However I'd definitely rather not deal with that.
(Thanks to @js6pak for bringing this to my attention.)
The text was updated successfully, but these errors were encountered: