Skip to content

Commit db81937

Browse files
authored
remove preview from checkpoints (microsoft#262240)
1 parent 13b02b9 commit db81937

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vs/workbench/contrib/chat/browser/chat.contribution.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ configurationRegistry.registerConfiguration({
289289
type: 'boolean',
290290
default: true,
291291
description: nls.localize('chat.checkpoints.enabled', "Enables checkpoints in chat. Checkpoints allow you to restore the chat to a previous state."),
292-
tags: ['preview'],
293292
},
294293
'chat.checkpoints.showFileChanges': {
295294
type: 'boolean',

0 commit comments

Comments
 (0)