Skip to content

Commit e73d388

Browse files
authored
Merge pull request microsoft#218439 from microsoft/tyriar/213820
Disable terminal initial hint when ctrl+i is triggered
2 parents 02cbb7a + 47262be commit e73d388

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/terminalContrib/chat/browser/terminal.initialHint.contribution.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ class TerminalInitialHintWidget extends Disposable {
261261
};
262262
this.toDispose.add(this.commandService.onDidExecuteCommand(e => {
263263
if (e.commandId === TerminalChatCommandId.Start) {
264+
this._storageService.store(Constants.InitialHintHideStorageKey, true, StorageScope.APPLICATION, StorageTarget.USER);
264265
this.dispose();
265266
}
266267
}));

0 commit comments

Comments
 (0)