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:
parent
fad335b2ba
commit
0e4bd4b418
4 changed files with 101 additions and 19 deletions
|
@ -193,6 +193,7 @@ message Symbol {
|
|||
string path = 6;
|
||||
Point start = 7;
|
||||
Point end = 8;
|
||||
bytes signature = 9;
|
||||
}
|
||||
|
||||
message OpenBufferForSymbol {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue