Skip to content

Commit

Permalink
disable lsp feature until it is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Oct 15, 2023
1 parent c89d12d commit 53d3f68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ tracing = { workspace = true }
vfs = { workspace = true }

[features]
lsp = []
# lsp = []
2 changes: 1 addition & 1 deletion libs/preprocessor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 53d3f68

Please sign in to comment.