Skip to content

Commit

Permalink
rename Edit Paths to Select
Browse files Browse the repository at this point in the history
  • Loading branch information
thewahome committed Oct 29, 2024
1 parent e0421fb commit def041e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/microsoft-kiota/src/providers/codelensProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class CodeLensProvider implements vscode.CodeLensProvider {
const rangeBeforeObj = new vscode.Range(positionBeforeObj, positionBeforeObj);

const editPathsCommand = {
title: l10n.t("Edit Paths"),
title: l10n.t("Select"),
command: "kiota.editPaths",
arguments: [key, obj, objectKey]
};
Expand Down

0 comments on commit def041e

Please sign in to comment.