lex_hello worked for a second just now

this is just a backup however
This commit is contained in:
2025-02-02 10:20:03 +01:00
parent 2b79e96dc9
commit 1556d54226
45 changed files with 646 additions and 371 deletions

View File

@@ -6,6 +6,7 @@ use crate::ExtHostNotif;
pub enum LogStrategy {
StdErr,
File(String),
Discard,
}
#[derive(Clone, Debug, Coding, Hierarchy)]

View File

@@ -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),