kieler / klighd-vscode

Eclipse Public License 2.0
8 stars 6 forks source link

Fixes an encoding issue on Windows synchronizing diagram elements to text. #98

Closed NiklasRentzCAU closed 1 year ago

NiklasRentzCAU commented 1 year ago

file urls such as file:///c:/workspace/some.file get different encodings by the URL encoder on the server (no further encoding for any character in this case) and the VS Code API (resulting in file:///c%3A/workspace/some.file) in some cases, this fixes an issue emerging from that for synchronizing the text when clicking on diagram elements.