rust-lang / rls

Repository for the Rust Language Server (aka RLS)
Other
3.53k stars 257 forks source link

Is there a #cfg to detect rls? #1750

Open njaard opened 2 years ago

njaard commented 2 years ago

I have a build.rs which takes a long time and doesn't actually affect rls's behavior.

Is there a gate I could wrap my code in build.rs's main() to disable rls?