Had just a very short look into it.
The python language server complains about the document not being within the workspace. May this caused by \\
being used on windows? Maybe some path translation is required?
pip install python-language-server
python 3.5.2 (windows 10 x64)
LSP: (stderr): Traceback (most recent call last):
LSP: (stderr): File "c:\apps\python\lib\site-packages\jsonrpc\manager.py", line 108, in _get_responses
LSP: (stderr): result = method(*request.args, **request.kwargs)
LSP: (stderr): File "c:\apps\python\lib\site-packages\pyls\python_ls.py", line 83, in m_text_document__did_close
LSP: (stderr): self.workspace.rm_document(textDocument['uri'])
LSP: (stderr): File "c:\apps\python\lib\site-packages\pyls\workspace.py", line 31, in rm_document
LSP: (stderr): self._docs.pop(doc_uri)
LSP: (stderr): KeyError: 'file:///C:/Apps/Sublime/Data/Packages/CNC%20Sinumerik%20840D/plugin.py'
LSP: notify: textDocument/didOpen
LSP: (stderr): 2017-08-15 22:58:50,653 UTC - ERROR - jsonrpc.manager - API Exception: {'message': 'Document file:///C:/Apps/Sublime/Data/Packages/LSP/main.py not in workspace \\Apps\\Sublime\\Data\\Packages', 'type': 'ValueError', 'args': ('Document file:///C:/Apps/Sublime/Data/Packages/LSP/main.py not in workspace \\Apps\\Sublime\\Data\\Packages',)}
LSP: (stderr): Traceback (most recent call last):
LSP: (stderr): File "c:\apps\python\lib\site-packages\jsonrpc\manager.py", line 108, in _get_responses
LSP: (stderr): result = method(*request.args, **request.kwargs)
LSP: (stderr): File "c:\apps\python\lib\site-packages\pyls\python_ls.py", line 86, in m_text_document__did_open
LSP: (stderr): self.workspace.put_document(textDocument['uri'], textDocument['text'])
LSP: (stderr): File "c:\apps\python\lib\site-packages\pyls\workspace.py", line 27, in put_document
LSP: (stderr): self._check_in_workspace(doc_uri)
LSP: (stderr): File "c:\apps\python\lib\site-packages\pyls\workspace.py", line 69, in _check_in_workspace
LSP: (stderr): raise ValueError("Document %s not in workspace %s" % (doc_uri, self.root))
LSP: (stderr): ValueError: Document file:///C:/Apps/Sublime/Data/Packages/LSP/main.py not in workspace \Apps\Sublime\Data\Packages