Skip to content

Commit

Permalink
fix: improve chat.implicitContext.enabled setting description (#241901
Browse files Browse the repository at this point in the history
)
  • Loading branch information
joyceerhl authored Feb 25, 2025
1 parent d94e995 commit d984cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/chat/browser/chat.contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ configurationRegistry.registerConfiguration({
'chat.implicitContext.enabled': {
type: 'object',
tags: ['experimental'],
description: nls.localize('chat.implicitContext.enabled', "Enables the implicit context widget for specified chat locations."),
description: nls.localize('chat.implicitContext.enabled.1', "Enables automatically using the active editor as chat context for specified chat locations."),
additionalProperties: {
type: 'string',
enum: ['never', 'first', 'always'],
Expand Down

0 comments on commit d984cb5

Please sign in to comment.