temp commit
This commit is contained in:
@@ -89,6 +89,7 @@ pub enum ExtHostReq {
|
||||
ExprReq(expr::ExprReq),
|
||||
SubLex(lexer::SubLex),
|
||||
LsModule(tree::LsModule),
|
||||
ResolveNames(parser::ResolveNames),
|
||||
}
|
||||
|
||||
/// Notifications sent from the extension to the host
|
||||
@@ -117,8 +118,9 @@ pub enum HostExtReq {
|
||||
DeserAtom(atom::DeserAtom),
|
||||
LexExpr(lexer::LexExpr),
|
||||
ParseLine(parser::ParseLine),
|
||||
FetchParsedConst(parser::FetchParsedConst),
|
||||
GetMember(tree::GetMember),
|
||||
VfsReq(vfs::VfsReq),
|
||||
VfsRead(vfs::VfsRead),
|
||||
}
|
||||
|
||||
/// Notifications sent from the host to the extension
|
||||
|
||||
Reference in New Issue
Block a user