APerricone / harbourCodeExtension

Antonino Perricone's extension for visual studio code about Harbour and xHarbour programming languages
32 stars 20 forks source link

Support for custom encoding strings while debugging #93

Closed ryzhovalexandr closed 1 year ago

ryzhovalexandr commented 1 year ago

I have legacy application, which uses specific coding page - cp866. VSCode is ok with source code - I change encoding for prg files in .workspace file. But when I debug application I see wrong characters in whatch and navigate panels. It would be great if i can configure encoding in plugin settings.

APerricone commented 1 year ago

can you post a screenshot? Did you call hb_cdpSelect ?

ryzhovalexandr commented 1 year ago

yes, we call hb_cdpSelect in the beginning image

it's miracle, now it's working, thank you, i think it's not actual now