Skip to content

Commit

Permalink
Restore bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-aws committed Nov 25, 2023
1 parent e44cd34 commit 4ef772e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/DafnyLanguageServer/Workspace/Compilation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ private IReadOnlyList<DafnyFile> DetermineRootFiles() {
var targetName = Options.CompilerName ?? "notarget";
var stdlibDooUri = new Uri($"{DafnyMain.StandardLibrariesDooUriBase}-{targetName}.doo");
// TODO: bug fix, not hack
Options.CliRootSourceUris.Add(stdlibDooUri);
// Options.CliRootSourceUris.Add(stdlibDooUri);
result.Add(DafnyFile.CreateAndValidate(errorReporter, OnDiskFileSystem.Instance, Options, stdlibDooUri, Project.StartingToken));
}

Expand Down

0 comments on commit 4ef772e

Please sign in to comment.