Skip to content

Commit 74d4a83

Browse files
committed
fix lower case bug
1 parent 9c28f05 commit 74d4a83

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/vs/platform/extensionManagement/common/abstractExtensionManagementService.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ import { IMarkdownString, MarkdownString } from '../../../base/common/htmlConten
3636

3737
// --- Start Positron ---
3838
/**
39-
* List of extension IDs that conflict with Positron built-in features
39+
* List of extension IDs that conflict with Positron built-in features.
40+
* Please use lower case for everything in here.
4041
*/
4142
const kPositronDuplicativeExtensions = [
4243
'ikuyadeu.r',
@@ -48,7 +49,7 @@ const kPositronDuplicativeExtensions = [
4849
'jeanp413.open-remote-ssh',
4950
'ms-python.python',
5051
'ms-python.vscode-python-envs',
51-
'GitHub.copilot-chat'
52+
'github.copilot-chat'
5253
];
5354

5455
export interface PositronExtensionCompatibility {

0 commit comments

Comments
 (0)