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 can reproduce this issue in a fresh Sublime Text install without other extensions
Versions
output of mono --version:
6.12.0
output of msbuild /version:
16.6.0.52201
Details
What's the bug?
Error talking to http://localhost:54191/autocomplete
the intillisense isn't working or connecting to the server or somethin i searched to fix this issue but i didn't find a solution
i saw some other guys having the same issue
is this can be fixed by changing the timeout duration?
just saw an error HTTPConnectionPool(host='localhost', port=port): Max retries exceeded with url: /autocomplete (Caused by ProtocolError('Connection aborted.', ConnectionRefusedError(10061, 'No connection could be made because the target machine actively refused it', None, 10061)))
How-To
How do I reproduce this issue?
idk
The text was updated successfully, but these errors were encountered:
cozerCode
changed the title
Error talking to http://localhost:54191/autocomplete
Error talking to http://localhost:port/autocomplete
Sep 30, 2021
Unfortunately, it seems as though this project (omnisharp-sublime) has been abandoned...
The most recent commit is from 3 years ago - and there are now 8 different issues which are duplicates of the same problem, which is that the omnisharp server wont start correctly - the package distributes an incorrect version of omnisharp-roslyn.
Could a contributor/maintainer please edit the README.md of this repo to indicate that this project has been deprecated and is no longer being updated ? Are there any alternative packages that we could use ?
Platform
Type
Checklist
Versions
output of
mono --version
:output of
msbuild /version
:Details
What's the bug?
Error talking to http://localhost:54191/autocomplete
the intillisense isn't working or connecting to the server or somethin i searched to fix this issue but i didn't find a solution
i saw some other guys having the same issue
is this can be fixed by changing the timeout duration?
just saw an error
HTTPConnectionPool(host='localhost', port=port): Max retries exceeded with url: /autocomplete (Caused by ProtocolError('Connection aborted.', ConnectionRefusedError(10061, 'No connection could be made because the target machine actively refused it', None, 10061)))
How-To
How do I reproduce this issue?
idk
The text was updated successfully, but these errors were encountered: