mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-07-23 04:15:04 +00:00
reorganize proto files a bit (#30)
This commit is contained in:
parent
b1b3e6a5ec
commit
8e941ba8a0
22 changed files with 225 additions and 210 deletions
|
@ -91,7 +91,7 @@ pub struct Python {
|
|||
|
||||
impl Python {
|
||||
pub fn setup(python: &mut PythonProcess) -> Result<Self, PythonError> {
|
||||
let response = python::GetEnvironmentRequest::execute(python)?;
|
||||
let response = commands::python::GetEnvironmentRequest::execute(python)?;
|
||||
match response.result {
|
||||
Some(messages::response::Result::PythonGetEnvironment(response)) => response
|
||||
.python
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue