diff options
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ members = [ "helix-tui", "helix-syntax", "helix-lsp", - "helix-dap" + "helix-dap", ] # Build helix-syntax in release mode to make the code path faster in development. |