Skip to content

Commit

Permalink
Add overlay to channel name change
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvisompura committed Dec 19, 2024
1 parent 84cab0c commit 4814b9a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,9 @@ export namespace InterpreterQuickPickList {

export namespace OutputChannelNames {
export const languageServer = l10n.t('Python Language Server');
// --- Start Positron ---
export const python = l10n.t('Python Language Pack');
// --- End Positron ---
export const pythonTest = l10n.t('Python Test Log');
}

Expand Down

0 comments on commit 4814b9a

Please sign in to comment.