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
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1207,7 +1207,7 @@ message ResolveState {
}
message LspResolveState {
string value = 1;
optional string value = 1;
uint64 server_id = 2;
}
}