nit: disable LSP for rust sdk

This commit is contained in:
pyranota
2025-06-23 15:39:20 +02:00
committed by GitHub
parent 6ac004ece5
commit e91ee49641

View File

@@ -8,6 +8,10 @@ description = "A client library for accessing Windmill server wrapping the Windm
license = "Apache-2.0"
homepage = "https://windmill.dev"
# Comment out to enable LSP for this crate
[package.metadata.rust-analyzer]
rust-analyzer.check.overrideCommand = ["echo", "skip"]
[workspace]
resolver = "3"
members = ["windmill_api"]