mfornet / acmx

Competitive programming made simple. VSCode extension.
MIT License
148 stars 9 forks source link

Extension not working on Windows #104

Closed krsinghshubham closed 3 years ago

krsinghshubham commented 3 years ago

the code-companion is not working for me. fixed the ports and everythinhg but not parsing codeforces contests at all.

mfornet commented 3 years ago

@krsinghshubham from what I can see in this issue https://github.com/jmerle/competitive-companion/issues/111 your problem is related with the extension in your browser, it doesn't look to be parsing the problems (so it is never submitted to the acmx extension).

krsinghshubham commented 3 years ago

hi, do i manually need to open any folder in vsc after running the chrome extension ? or the extension opens it own ?

krsinghshubham commented 3 years ago

acmx 1Annotation 2020-08-10 181632 acmx 2 Annotation 2020-08-10 181704

with refrence to above comment, are these settings which are default is fine. ( port in extension is set correctly).

mfornet commented 3 years ago

hi, do i manually need to open any folder in vsc after running the chrome extension ? or the extension opens it own ?

It should open vsc automatically after click on the chrome extension (if it didn't fail somehow, it shouldn't fail for example with codeforces). Settings looks good to me, however If you are on windows consider replacing Home Path and Library to a full path that currently exists instead of using $HOME.

krsinghshubham commented 3 years ago

10 acmx new Annotation 2020-08-10 201058

tried , but sadly no result :(

Salil03 commented 3 years ago

https://github.com/mfornet/acmx/commit/d493f4cb30bb249a7beb947e179307dc1e345fed should fix it

krsinghshubham commented 3 years ago

yes , fixed !. Thanks a lot.