Skip to content

Commit 9e0bfc2

Browse files
authored
Tweak extension install tool description (microsoft#250195)
1 parent 50ce0df commit 9e0bfc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/extensions/common/searchExtensionsTool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const SearchExtensionsToolData: IToolData = {
2121
icon: ThemeIcon.fromId(Codicon.extensions.id),
2222
displayName: localize('searchExtensionsTool.displayName', 'Search Extensions'),
2323
modelDescription: localize('searchExtensionsTool.modelDescription', "This is a tool for browsing Visual Studio Code Extensions Marketplace. It allows the model to search for extensions and retrieve detailed information about them. The model should use this tool whenever it needs to discover extensions or resolve information about known ones. To use the tool, the model has to provide the category of the extensions, relevant search keywords, or known extension IDs. Note that search results may include false positives, so reviewing and filtering is recommended."),
24-
userDescription: localize('searchExtensionsTool.userDescription', 'Search for extensions in the Visual Studio Code Extensions Marketplace.'),
24+
userDescription: localize('searchExtensionsTool.userDescription', 'Search for extensions in the Visual Studio Code Extensions Marketplace'),
2525
source: ToolDataSource.Internal,
2626
inputSchema: {
2727
type: 'object',

0 commit comments

Comments
 (0)