Skip to content

Instantly share code, notes, and snippets.

View Lehmaning's full-sized avatar
🌴
On vacation

Berserk Lehmaning

🌴
On vacation
View GitHub Profile
@Lehmaning
Lehmaning / pylance_patcher.rs
Created May 17, 2024 22:35 — forked from pickx/pylance_patcher.rs
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"
---