Trying to catch failed lsp start; root_dir added to pylsp
This commit is contained in:
		@@ -34,6 +34,9 @@ class LSPControllerWebsocket(LSPControllerBase):
 | 
			
		||||
                stdout = subprocess.PIPE,
 | 
			
		||||
                stdin  = subprocess.PIPE
 | 
			
		||||
            )
 | 
			
		||||
 | 
			
		||||
            if not self.lsp_process.poll() == None:
 | 
			
		||||
                raise Exception("LSP thread not started!")
 | 
			
		||||
        except Exception as e:
 | 
			
		||||
            self.log_list.add_log_entry(
 | 
			
		||||
                "LSP Client Error",
 | 
			
		||||
 
 | 
			
		||||
@@ -45,7 +45,8 @@
 | 
			
		||||
                    "jedi":{
 | 
			
		||||
                        "extra_paths": [
 | 
			
		||||
                            "/home/abaddon/Portable_Apps/py-venvs/pylsp-venv/venv/lib/python3.10/site-packages"
 | 
			
		||||
                        ]
 | 
			
		||||
                        ],
 | 
			
		||||
                        "root_dir": ""
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user