Skip to content

Instantly share code, notes, and snippets.

@pickx
pickx / pylance_patcher.rs
Last active May 17, 2024 22:35
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"
---