lex_hello worked for a second just now
this is just a backup however
This commit is contained in:
@@ -6,6 +6,7 @@ use crate::ExtHostNotif;
|
||||
pub enum LogStrategy {
|
||||
StdErr,
|
||||
File(String),
|
||||
Discard,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Coding, Hierarchy)]
|
||||
|
||||
@@ -73,7 +73,7 @@ impl Request for Ping {
|
||||
}
|
||||
|
||||
/// Requests running from the extension to the host
|
||||
#[derive(Clone, Coding, Hierarchy)]
|
||||
#[derive(Clone, Debug, Coding, Hierarchy)]
|
||||
#[extendable]
|
||||
pub enum ExtHostReq {
|
||||
Ping(Ping),
|
||||
|
||||
Reference in New Issue
Block a user