Skip to content

Commit dcf019d

Browse files
Style Nit
Co-authored-by: Andy Jordan <[email protected]>
1 parent aba3e84 commit dcf019d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/session.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ export class SessionManager implements Middleware {
644644
middleware: this,
645645
};
646646

647-
const languageClient = new LanguageClient("powershell","PowerShell Editor Services Client", connectFunc, clientOptions);
647+
const languageClient = new LanguageClient("powershell", "PowerShell Editor Services Client", connectFunc, clientOptions);
648648

649649
// This enables handling Semantic Highlighting messages in PowerShell Editor Services
650650
// TODO: We should only turn this on in preview.

0 commit comments

Comments
 (0)