Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Aug 3, 2024
1 parent 815aa77 commit dd68a4e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/OneWare.Essentials/LanguageService/LanguageServiceBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,6 @@ protected virtual void PublishDiag(PublishDiagnosticsParams pdp)
{
var path = pdp.Uri.GetFileSystemPath();

Console.WriteLine(path);
Console.WriteLine(pdp.Uri.Path);

var file = ContainerLocator.Container.Resolve<IDockService>().OpenFiles.FirstOrDefault(x => x.Key.FullPath.EqualPaths(path)).Key;
file ??= ContainerLocator.Container.Resolve<IProjectExplorerService>().SearchFullPath(path) as IFile;
file ??= ContainerLocator.Container.Resolve<IProjectExplorerService>().GetTemporaryFile(path);
Expand Down

0 comments on commit dd68a4e

Please sign in to comment.