You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the debugger is hard-coded to require the ms-vscode.hexeditor extension to view binary data. I would like to select a different one.
I have found that it's possible to re-register the command 'workbench.debug.viewlet.action.viewMemory' to bypass the hard-coded checks, but this feels like a hack, requires knowing the undocumented parameters this command is sent, and, for some reason, doesn't work for the watch pane.
My request is just for a setting somewhere that lets a different command to be chosen, and passed documented parameters; but what I think would be nicer is allowing any extension to add commands to entries in the local and watch panels in the same way as they can for other views, and removing the hard-coded 'View binary data' button (which ms-vscode.hexeditor can contribute). This would open up the possibility of arbitrary data visualisations in custom editors.
The text was updated successfully, but these errors were encountered:
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.
Currently the debugger is hard-coded to require the ms-vscode.hexeditor extension to view binary data. I would like to select a different one.
I have found that it's possible to re-register the command 'workbench.debug.viewlet.action.viewMemory' to bypass the hard-coded checks, but this feels like a hack, requires knowing the undocumented parameters this command is sent, and, for some reason, doesn't work for the watch pane.
My request is just for a setting somewhere that lets a different command to be chosen, and passed documented parameters; but what I think would be nicer is allowing any extension to add commands to entries in the local and watch panels in the same way as they can for other views, and removing the hard-coded 'View binary data' button (which ms-vscode.hexeditor can contribute). This would open up the possibility of arbitrary data visualisations in custom editors.
The text was updated successfully, but these errors were encountered: