Sign symbols so that we can trust opening buffers for them from guests

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Co-Authored-By: Max Brunsfeld <max@zed.dev>
This commit is contained in:
Antonio Scandurra 2022-02-22 18:43:16 +01:00
parent fad335b2ba
commit 0e4bd4b418
4 changed files with 101 additions and 19 deletions

View file

@ -193,6 +193,7 @@ message Symbol {
string path = 6;
Point start = 7;
Point end = 8;
bytes signature = 9;
}
message OpenBufferForSymbol {