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
Sorry im sleepy & lazy + ENglish not my main language => Story time:
When you click the top left cog icon you get "Bytes per row" setting. If you change it, the changes reflect ASAP (which is nice, but).
If you for example put "0" everything still works and the settings cog is still present, but if you want to write lets say "32" you would normally backspace/delete the current "16" (prolly default value) soo you could write anything else. But since changes happen immidiatley it sends "" making the internal value "hexeditor.columnWidth": "null" which breaks the whole thing and it gets stuck in loading, which makes the cog icon for changing this setting unavailable.
Workaround:
Go into VSC Settings>Extensions>Hex editor>Collumn width, where you can reset this setting or edit the .json it self.
TLDR:
you can set "hexeditor.columnWidth" setting to "null" by using hex editors GUI cog icon and emptying the "Bytes per row" field (probably missing a parse that puts 0 when empty string received)
The text was updated successfully, but these errors were encountered:
Sorry im sleepy & lazy + ENglish not my main language => Story time:
When you click the top left cog icon you get "Bytes per row" setting. If you change it, the changes reflect ASAP (which is nice, but).
If you for example put "0" everything still works and the settings cog is still present, but if you want to write lets say "32" you would normally backspace/delete the current "16" (prolly default value) soo you could write anything else. But since changes happen immidiatley it sends "" making the internal value "hexeditor.columnWidth": "null" which breaks the whole thing and it gets stuck in loading, which makes the cog icon for changing this setting unavailable.
Workaround:
Go into VSC Settings>Extensions>Hex editor>Collumn width, where you can reset this setting or edit the .json it self.
TLDR:
you can set "hexeditor.columnWidth" setting to "null" by using hex editors GUI cog icon and emptying the "Bytes per row" field (probably missing a parse that puts 0 when empty string received)
The text was updated successfully, but these errors were encountered: