Resolve proto hints with empty resolve data (#19274)

Fixed ssh remoting not showing a lot of hints


Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2024-10-16 21:50:51 +03:00 committed by GitHub
parent 3dcc638537
commit 02f63e49ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

View file

@ -1207,7 +1207,7 @@ message ResolveState {
}
message LspResolveState {
string value = 1;
optional string value = 1;
uint64 server_id = 2;
}
}