Skip to content

Commit 9edc9f7

Browse files
committed
change ChatPromptFiles to not be a previewFeature
1 parent c0c1822 commit 9edc9f7

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
@@ -398,7 +398,7 @@ configurationRegistry.registerConfiguration({
398398
minimumVersion: '1.99',
399399
description: nls.localize('chat.promptFiles.policy', "Enables reusable prompt and instruction files in Chat sessions."),
400400
defaultValue: false,
401-
tags: [PolicyTag.Account, PolicyTag.Preview]
401+
tags: [PolicyTag.Account]
402402
}
403403
},
404404
[PromptsConfig.INSTRUCTIONS_LOCATION_KEY]: {

0 commit comments

Comments
 (0)