jw3 / example-daffodil-vscode

A VS Code extension for DFDL with Daffodil
Apache License 2.0
2 stars 3 forks source link

Reopen hex view #57

Closed jw3 closed 3 years ago

jw3 commented 3 years ago

After the hex view is closed it should be able to be opened without restarting the debug.

jw3 commented 3 years ago

ctrl + shift + t seems to reopen this

arosien commented 3 years ago

ctrl + shift + t seems to reopen this

That reopens the most recently closed file, but there's no specific way of opening the hex view itself. Perhaps that could be an extension-added "command"?

jw3 commented 3 years ago

Yes, it should have a command

Can see a reference impl in #66