Skip to content

Commit 4782577

Browse files
authored
change ChatPromptFiles to not be a previewFeature (microsoft#256427)
1 parent 5a95072 commit 4782577

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
@@ -374,7 +374,7 @@ configurationRegistry.registerConfiguration({
374374
name: 'ChatPromptFiles',
375375
minimumVersion: '1.99',
376376
description: nls.localize('chat.promptFiles.policy', "Enables reusable prompt and instruction files in Chat, Edits, and Inline Chat sessions."),
377-
previewFeature: true,
377+
previewFeature: false,
378378
defaultValue: false
379379
}
380380
},

0 commit comments

Comments
 (0)