Skip to content

Instantly share code, notes, and snippets.

@pickx
pickx / pylance_patcher.rs
Last active July 10, 2024 13:09
Patch Pylance's VSCode check
#!/usr/bin/env -S cargo +nightly -Zscript --quiet
---
[package]
edition = "2021"
[dependencies]
eyre = "0.6.12"
home = "0.5.9"
---