diff --git a/package.build.ts b/package.build.ts index f0035f2..e9e4ac0 100644 --- a/package.build.ts +++ b/package.build.ts @@ -576,7 +576,7 @@ export const pkg = (modules: Builder.ParsedModule[]) => ({ // This is a dirty hack. Otherwise vscode will think its the same as lowecase p // Any other symbol would also work, but this one is invisible "P​": { - text: "Paste clipboard after selections", + text: "Paste clipboard before selections", command: "dance.edit.insert", args: [{ handleNewLine: true, diff --git a/package.json b/package.json index 870ef89..6ddcb7d 100644 --- a/package.json +++ b/package.json @@ -717,7 +717,7 @@ ] }, "P​": { - "text": "Paste clipboard after selections", + "text": "Paste clipboard before selections", "command": "dance.edit.insert", "args": [ {