Skip to content

Does not works on VSCode 1.47.0 and later (Windows) #143

Open
@MrRefactoring

Description

@MrRefactoring

Does not works on VSCode 1.47.0 and later on Windows

Works correctly on MacOS

Activity

utsavsingh899

utsavsingh899 commented on Jul 11, 2020

@utsavsingh899

I'm having the same issue, please look into this matter ASAP, thanks

ViniciusALS

ViniciusALS commented on Jul 15, 2020

@ViniciusALS

I believe I am having the same issue.
I am on VSCode Version 1.47.1

Something is wrong with the character encoding.
code1
code2
code3

sajadko

sajadko commented on Jul 16, 2020

@sajadko

same issue on 1.47.1

changed the title [-]Does not works on VSCode 1.47.0[/-] [+]Does not works on VSCode 1.47.0 and later[/+] on Jul 16, 2020
WeirdBeardDev

WeirdBeardDev commented on Jul 17, 2020

@WeirdBeardDev

same issue on 1.47.2

djD-REK

djD-REK commented on Jul 17, 2020

@djD-REK

As far as anyone can tell, this is not a maintained repo. Consider https://github.com/kufii/CodeSnap

WeirdBeardDev

WeirdBeardDev commented on Jul 19, 2020

@WeirdBeardDev

@djD-REK thanks for tip, CodeSnap is a good replacement.

changed the title [-]Does not works on VSCode 1.47.0 and later[/-] [+]Does not works on VSCode 1.47.0 and later (Windows)[/+] on Jul 20, 2020
MrRefactoring

MrRefactoring commented on Jul 20, 2020

@MrRefactoring
Author

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

Tested on Windows 10 and macOs Catalina

As a workaround, you can use my hotfix extension:
https://marketplace.visualstudio.com/items?itemName=mrrefactoring.polacode-fixed-edition

utsavsingh899

utsavsingh899 commented on Jul 21, 2020

@utsavsingh899

Thanks @MrRefactoring It worked like a charm

thany

thany commented on Aug 26, 2020

@thany

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

sabarish98 commented on Sep 7, 2020

@sabarish98

I also faced an issue with using it in Windows and @MrRefactoring 's fix works! Thanks man :)

oluolofinyo

oluolofinyo commented on Sep 11, 2020

@oluolofinyo

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

alabotski commented on Oct 7, 2020

@alabotski

@MrRefactoring Hi I tried your extension but have problems

LOG.error("Error encoding fileName={}", fileName, ex);

code

MrRefactoring

MrRefactoring commented on Oct 8, 2020

@MrRefactoring
Author

Not reproduced

code

alabotski

alabotski commented on Oct 8, 2020

@alabotski

@MrRefactoring I try this on Mac

MrRefactoring

MrRefactoring commented on Oct 9, 2020

@MrRefactoring
Author

@MrRefactoring I try this on Mac

Same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @thany@alabotski@oluolofinyo@MrRefactoring@WeirdBeardDev

      Issue actions

        Does not works on VSCode 1.47.0 and later (Windows) · Issue #143 · octref/polacode