Open lisandrasilva opened 3 months ago
The sorting is working correctly. But yes, let's pin down this issue, and if it happens again, I'll try to isolate it and investigate why it's happening.
Can we further pin down the issue and investigate different solutions first? We may not be sorting the build-info files correctly. https://github.com/runtimeverification/simbolik-vscode/blob/master/src/foundry.ts#L95
In some cases, when there are previous build artifacts in the
out/
directory, the debugger behaves unexpectedly. This PR runsforge clean
before runningforge build
for each debugging session that has theauto build
flag set totrue
.