Skip to content

Commit a5f6ece

Browse files
authored
change from exp to preview (microsoft#258405)
1 parent 4968600 commit a5f6ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ configurationRegistry.registerConfiguration({
283283
type: 'boolean',
284284
default: true,
285285
description: nls.localize('chat.checkpoints.enabled', "Enables checkpoints in chat. Checkpoints allow you to restore the chat to a previous state."),
286-
tags: ['experimental'],
286+
tags: ['preview'],
287287
},
288288
'chat.checkpoints.showFileChanges': {
289289
type: 'boolean',

0 commit comments

Comments
 (0)