creusot-rs / creusot-ide

2 stars 0 forks source link

Add gutter icons for successful and/or failed proofs #1

Open xldenis opened 1 week ago

xldenis commented 1 week ago

The Dafny IDE (and Viper IDE) both use gutter icons to show the current proof state, in Dafny this is implemented using the VSCode Tests API (I think that's what it's called). Otherwise its quite hard to tell if a proof was successful or just not loaded / not present :P