Skip to content

Commit fd0e360

Browse files
committed
Removed comment
1 parent 6d425d2 commit fd0e360

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PowerShellEditorServices/Services/PowerShellContext/PowerShellContextService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ public static PowerShellContextService Create(
226226
powerShellContext.Initialize(hostStartupInfo.ProfilePaths, runspace, true, hostUserInterface);
227227
// TODO: This can be moved to the point after the $psEditor object
228228
// gets initialized when that is done earlier than LanguageServer.Initialize
229-
// Darren Kattan: I haven't tested it, but I have a feeling this entire bit of logic can be replaced with the bit above for non-FullLanguage mode. I think that was is cleaner anyway.
230229
if (hostStartupInfo.InitialSessionState.LanguageMode == PSLanguageMode.FullLanguage)
231230
{
232231
powerShellContext.ImportCommandsModuleAsync();

0 commit comments

Comments
 (0)