Skip to content

Commit 1dad67b

Browse files
committed
feat: update VS code display name
1 parent b623165 commit 1dad67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Install/CodeEnvironment/VSCode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function name(): string
1616

1717
public function displayName(): string
1818
{
19-
return 'Vs Code';
19+
return 'VS Code';
2020
}
2121

2222
public function systemDetectionConfig(Platform $platform): array

0 commit comments

Comments
 (0)