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
I spent a couple of hours and figured out that everything works correctly on macOs. Then I opened this extension on Windows 10 and VSCode 1.47.2 in debugger mode and saw several errors that said that the path to the JavaScript files was incorrect. I took as a basis the path handling methods in this case from the vscode-azure-blockchain-ethereum repository and fixed this issue in #144
If this repo is not maintained, it should be removed from the extensions marketplace, to keep things clean and not-confusing especially for new/novice users.
Activity
utsavsingh899 commentedon Jul 11, 2020
I'm having the same issue, please look into this matter ASAP, thanks
ViniciusALS commentedon Jul 15, 2020
I believe I am having the same issue.
I am on VSCode Version 1.47.1
Something is wrong with the character encoding.



sajadko commentedon Jul 16, 2020
same issue on 1.47.1
[-]Does not works on VSCode 1.47.0[/-][+]Does not works on VSCode 1.47.0 and later[/+]WeirdBeardDev commentedon Jul 17, 2020
same issue on 1.47.2
djD-REK commentedon Jul 17, 2020
As far as anyone can tell, this is not a maintained repo. Consider https://github.com/kufii/CodeSnap
WeirdBeardDev commentedon Jul 19, 2020
@djD-REK thanks for tip, CodeSnap is a good replacement.
[-]Does not works on VSCode 1.47.0 and later[/-][+]Does not works on VSCode 1.47.0 and later (Windows)[/+]MrRefactoring commentedon Jul 20, 2020
I spent a couple of hours and figured out that everything works correctly on
macOs
. Then I opened this extension onWindows 10
andVSCode 1.47.2
in debugger mode and saw several errors that said that the path to the JavaScript files was incorrect. I took as a basis the path handling methods in this case from the vscode-azure-blockchain-ethereum repository and fixed this issue in #144Tested on
Windows 10
andmacOs Catalina
As a workaround, you can use my hotfix extension:
https://marketplace.visualstudio.com/items?itemName=mrrefactoring.polacode-fixed-edition
utsavsingh899 commentedon Jul 21, 2020
Thanks @MrRefactoring It worked like a charm
thany commentedon Aug 26, 2020
If this repo is not maintained, it should be removed from the extensions marketplace, to keep things clean and not-confusing especially for new/novice users.
sabarish98 commentedon Sep 7, 2020
I also faced an issue with using it in Windows and @MrRefactoring 's fix works! Thanks man :)
oluolofinyo commentedon Sep 11, 2020
I had initially thought this issue was due to some settings I updated in my VSCode.
Thank you for your fix, @MrRefactoring
It works!
alabotski commentedon Oct 7, 2020
@MrRefactoring Hi I tried your extension but have problems
LOG.error("Error encoding fileName={}", fileName, ex);
MrRefactoring commentedon Oct 8, 2020
Not reproduced
alabotski commentedon Oct 8, 2020
@MrRefactoring I try this on Mac
MrRefactoring commentedon Oct 9, 2020
Same