apache / daffodil-vscode

Apache Daffodilâ„¢ Extension for Visual Studio Code
https://daffodil.apache.org/
Apache License 2.0
10 stars 20 forks source link

Launch configuration wizard mismatched label/text #992

Closed lrbarber closed 3 months ago

lrbarber commented 3 months ago

fixing text description of checkbox to open infoset viewer and infoset diff viewer and correcting url parse/file problem that prevented diff viewer from finding files on Windows. Closes #985 Closes #986

hdalsania commented 3 months ago

This functionality works as expected in Linux platform. Infoset diff viewer functionality configuration is not necessary to remove from the Launch wizard. Recommend bringing infoset view diff setting back in launch configuration but fix the description for infoset viewer and infoeset diff viewer,

This functionality does not work in windows platform and that need to be fixed. It seems like a windows pathing issue as shown below

image

lrbarber commented 3 months ago

Pull request has been updated.

hdalsania commented 3 months ago

+1 . Everything is working as expected in Windows and Linux. @shanedell Can you verify this solution in MacOS?