Skip to content

Commit 61ac05d

Browse files
authored
change ChatPromptFiles to not be a previewFeature (microsoft#256568)
* change ChatPromptFiles to not be a previewFeature * change according to review
1 parent b5e13ab commit 61ac05d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -414,9 +414,7 @@ configurationRegistry.registerConfiguration({
414414
policy: {
415415
name: 'ChatPromptFiles',
416416
minimumVersion: '1.99',
417-
description: nls.localize('chat.promptFiles.policy', "Enables reusable prompt and instruction files in Chat sessions."),
418-
defaultValue: false,
419-
tags: [PolicyTag.Account, PolicyTag.Preview]
417+
description: nls.localize('chat.promptFiles.policy', "Enables reusable prompt and instruction files in Chat sessions.")
420418
}
421419
},
422420
[PromptsConfig.INSTRUCTIONS_LOCATION_KEY]: {

0 commit comments

Comments
 (0)