mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-27 12:29:30 +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
|
@ -71,10 +71,3 @@ message Package {
|
|||
repeated string dist_requires = 6;
|
||||
optional string dist_requires_python = 7;
|
||||
}
|
||||
|
||||
// commands
|
||||
message GetEnvironmentRequest {}
|
||||
|
||||
message GetEnvironmentResponse {
|
||||
Python python = 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue