You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
switch reqwest from native-tls to rustls-tls
Avoids openssl-sys dependency which fails in cross-compilation
Docker containers. rustls-tls is pure Rust and works on all platforms.
Add editor tooling: VS Code extension, Neovim configs, CI publish
- VS Code extension with TextMate grammar, LSP client, language config
- CI workflow to publish extension on v* tags via VSCE_PAT
- Neovim configs: Mason registry entry, nvim-lspconfig, nvim-treesitter, ftdetect