You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice errors from fib.cairo disappear from Problems panel.
Buggy scenario
Keep mod fib; but delete the fib.cairo file entirely via VSCode.
Notice that errors from fib.cairo did not vanish!
Notes
I have identified that this is independent of open_files tracking, fib.cairo is properly removed from it.
But fib.cairo stays in file/module tree and thus lands in secondary_files set when computing diagnostics. It should disappear from this set upon deletion.
The text was updated successfully, but these errors were encountered:
mkaput
added
bug
Something isn't working
ide
This issue refers to CairoLS or editor extensions
labels
Nov 19, 2024
Reproduction
Setup
scarb new repro
src/lib.cairo
:src/fib.cairo
:src/fib.cairo
, for example:Expected behaviour working with another scenario
mod fib;
insrc/lib.cairo
fib.cairo
disappear from Problems panel.Buggy scenario
mod fib;
but delete thefib.cairo
file entirely via VSCode.fib.cairo
did not vanish!Notes
open_files
tracking,fib.cairo
is properly removed from it.fib.cairo
stays in file/module tree and thus lands insecondary_files
set when computing diagnostics. It should disappear from this set upon deletion.The text was updated successfully, but these errors were encountered: