-
Notifications
You must be signed in to change notification settings - Fork 38
Spell checking is not working behind proxy #16
Comments
This unfortunately is true - I've added an enhancement label for this but for now have no immediate plans to fix this sorry 😢 Sean |
I'd really love to see this, too... At the moment the extension is useless for us. |
@zminic Hi, what are your symthoms?
Becaue I just updated to vscode 1.3 shortly after installing the extension, and I do not recall if the extension had worked before or not. Then, I am also behind a proxy, so I'm not sure if I am experiencing your issue or the extension does not work with the new version of vscode. Thanks. |
@aaroncalderon Hi, When behind proxy I didn't get anything at all. I tried again with newest versions and problem seems to remain. |
Hi unfortunately the checker does not today support proxys it calls the service directly. There is a local spell checker available (has a few less features) otherwise I'm open to a pull request :) |
Hi, I have checked out how this could be implemented and came to conclusion that teacher npm package uses "request" library to perform requests. It seems that they use outdated version (or a fork), and in current version "request" library allows to specify proxy via environment variables. If they update request library then this issue will be fixed, probably readme will need to be updated. I have opened an issue in teacher repository. |
Thanks for tracking that down @zminic! I am hoping that this get fixed quickly this is a super useful extension when it works. |
Wanted to make everyone aware of the good work @zminic is doing for those of us that can not spell. enable proxy. Thanks again! |
This extension has had a large number of stability issues based on the availability of the underlying service. Today I published an update which points users to another extension for Spell Checking. I'm closing the majority of issues as development on the extension has stopped. Sorry for any inconvenience this caused anyone, the good news is that there are better options out there now that don't require the service. Sean |
Although vscode works behind proxy normally spell checker is unable to display corrections when behind proxy.
The text was updated successfully, but these errors were encountered: