diff options
author | 2025-04-13 15:02:58 +0100 | |
---|---|---|
committer | 2025-04-13 15:02:58 +0100 | |
commit | 603777c5f4b3f8248378af6fe5af65b54e0f120e (patch) | |
tree | d3e9f85eb3fe1332720481dcf6ffe192649d80f2 /.helix/languages.toml | |
parent | 8261d1bfe46b532fd926afb46702a5443552f2a8 (diff) | |
download | luz-603777c5f4b3f8248378af6fe5af65b54e0f120e.tar.gz luz-603777c5f4b3f8248378af6fe5af65b54e0f120e.tar.bz2 luz-603777c5f4b3f8248378af6fe5af65b54e0f120e.zip |
feat(luz): wasm and websockets support
Diffstat (limited to '')
-rw-r--r-- | .helix/languages.toml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.helix/languages.toml b/.helix/languages.toml index 8be248f..8e3e532 100644 --- a/.helix/languages.toml +++ b/.helix/languages.toml @@ -1,4 +1,8 @@ [language-server.rust-analyzer] command = "rust-analyzer" environment = { "DATABASE_URL" = "sqlite://filamento/filamento.db" } -config = { cargo.features = ["stanza/rfc_6121", "stanza/xep_0203", "stanza/xep_0030", "stanza/xep_0060", "stanza/xep_0172", "stanza/xep_0390", "stanza/xep_0128", "stanza/xep_0115", "stanza/xep_0084", "sqlx/sqlite", "sqlx/runtime-tokio", "sqlx/uuid", "sqlx/chrono", "jid/sqlx", "uuid/v4", "tokio/full", "rsasl/provider_base64", "rsasl/plain", "rsasl/config_builder", "rsasl/scram-sha-1"] } + # checkOnSave.overrideCommand = "cargo check --message-format=json -p luz", + # check.overrideCommand="cargo check --message-format=json -p luz", + # check.workspace = false, + # cargo.target = "wasm32-unknown-unknown", +config = { cargo.features = ["stanza/rfc_6121", "stanza/xep_0203", "stanza/rfc_7395", "stanza/xep_0030", "stanza/xep_0060", "stanza/xep_0172", "stanza/xep_0390", "stanza/xep_0128", "stanza/xep_0115", "stanza/xep_0084", "sqlx/sqlite", "sqlx/runtime-tokio", "sqlx/uuid", "sqlx/chrono", "jid/sqlx", "uuid/v4", "tokio/full", "rsasl/provider_base64", "rsasl/plain", "rsasl/config_builder", "rsasl/scram-sha-1"] } |