apache / daffodil-vscode

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

Incorrect Data Editor Profiler's Save Segment As Notification #1012

Closed stricklandrbls closed 4 months ago

stricklandrbls commented 5 months ago

When saving a segment from the Profiler, VSCode sends a notification that the segment has been saved but the filepath is incorrect.

For example, if the target filepath is /home/user/some_dir/targetfile.txt and a segment is saved from the profiler w/ the filepath /tmp/saved-seg1.txt then the VSCode info message states: "Saved: /home/user/some_dir/targetfile.txt".