omnisharp-sublime
omnisharp-sublime copied to clipboard
Error talking to http://localhost:port/autocomplete
Platform
- [ ] Linux
- [x] Windows
- [ ] OSX
Type
- [x] This is an issue
- [ ] This is a feature request
- [ ] Other
Checklist
- [x] It hasn't been fixed in the latest master
- [ ] 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
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 ?
I've had success using https://github.com/sublimelsp/LSP-OmniSharp
I'm only having trouble pointing the OmniSharp that is installed to my global mono installation.
Apart from that, server is starting and working fine.