Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
saranshsaini committed Jan 30, 2025
1 parent 2f310df commit d8eabca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CodeiumVS/LanguageServer/LanguageServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,6 @@ private async Task InitializeTrackedWorkspaceAsync()
await _package.LogAsync($"Number of top-level projects: {dte.Solution.Projects.Count}");

var documents = dte.Documents;
// var openFilePaths = new HashSet<string>();
var openFileProjects = new HashSet<EnvDTE.Project>();
if (_package.SettingsPage.IndexOpenFiles)
{
Expand Down

0 comments on commit d8eabca

Please sign in to comment.