From 53d3f68d26da97660801799755e0b6a696508da8 Mon Sep 17 00:00:00 2001 From: BrettMayson Date: Sun, 15 Oct 2023 14:37:34 -0600 Subject: [PATCH] disable lsp feature until it is ready --- libs/common/Cargo.toml | 2 +- libs/preprocessor/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/common/Cargo.toml b/libs/common/Cargo.toml index 7a5bcf67..1ec82919 100644 --- a/libs/common/Cargo.toml +++ b/libs/common/Cargo.toml @@ -15,4 +15,4 @@ tracing = { workspace = true } vfs = { workspace = true } [features] -lsp = [] +# lsp = [] diff --git a/libs/preprocessor/Cargo.toml b/libs/preprocessor/Cargo.toml index 94b239c1..c20ab05e 100644 --- a/libs/preprocessor/Cargo.toml +++ b/libs/preprocessor/Cargo.toml @@ -27,7 +27,7 @@ criterion = "0.5.1" paste = "1.0.14" [features] -lsp = ["hemtt-common/lsp"] +# lsp = ["hemtt-common/lsp"] [[bench]] name = "ace_dogtags"