Skip to content

Commit 8c6e727

Browse files
committed
merged
1 parent 47f172e commit 8c6e727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/src/LanguageServer/lmTool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export async function getProjectContext(uri: vscode.Uri, context: { flags: Recor
171171
catch (exception) {
172172
try {
173173
const err: Error = exception as Error;
174-
logger.getOutputChannelLogger().appendLine(localize("copilot.projectcontext.error", "Error while retrieving the project context. Reason: {0}", err.message));
174+
getOutputChannelLogger().appendLine(localize("copilot.projectcontext.error", "Error while retrieving the project context. Reason: {0}", err.message));
175175
}
176176
catch {
177177
// Intentionally swallow any exception.

0 commit comments

Comments
 (0)