Skip to content

Commit 202c67f

Browse files
committed
format
1 parent 96a2256 commit 202c67f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/lsptoolshost/copilot.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ interface CopilotRelatedFilesProviderRegistration {
2121
): vscode.Disposable;
2222
}
2323

24-
export function registerCopilotExtension(
25-
languageServer: RoslynLanguageServer,
26-
channel: vscode.OutputChannel
27-
) {
24+
export function registerCopilotExtension(languageServer: RoslynLanguageServer, channel: vscode.OutputChannel) {
2825
const isTraceLogLevel =
2926
languageServerOptions.logLevel &&
3027
(languageServerOptions.logLevel === 'Trace' || languageServerOptions.logLevel === 'Debug');

0 commit comments

Comments
 (0)