Skip to content

Commit 941fc45

Browse files
Copiloteleanorjboyd
andcommitted
Fix docstring capitalization per code review
- Updated docstring to use "Don't Show Again" with proper capitalization - Verified test uses correct state key matching implementation - Code review and security checks passed Co-authored-by: eleanorjboyd <26030610+eleanorjboyd@users.noreply.github.com>
1 parent a7d283a commit 941fc45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/terminal/terminalEnvVarInjector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export class TerminalEnvVarInjector implements Disposable {
188188
}
189189

190190
/**
191-
* Show notification about environment file configuration with "Don't show again" option.
191+
* Show notification about environment file configuration with "Don't Show Again" option.
192192
*/
193193
private async showEnvFileNotification(): Promise<void> {
194194
const state = await getGlobalPersistentState();

0 commit comments

Comments
 (0)