Skip to content

Commit 81fb639

Browse files
committed
Removed comment
1 parent 75cb091 commit 81fb639

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PowerShellEditorServices/Services/PowerShellContext/PowerShellContextService.cs

-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ public static PowerShellContextService Create(
222222
powerShellContext.Initialize(hostStartupInfo.ProfilePaths, runspace, true, hostUserInterface);
223223
// TODO: This can be moved to the point after the $psEditor object
224224
// gets initialized when that is done earlier than LanguageServer.Initialize
225-
// 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.
226225
if (hostStartupInfo.InitialSessionState.LanguageMode == PSLanguageMode.FullLanguage)
227226
{
228227
powerShellContext.ImportCommandsModuleAsync();

0 commit comments

Comments
 (0)