From c33b9b32dc880632a02eb13824a4c7bbb74cd3ba Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid <7303830+kabouzeid@users.noreply.github.com> Date: Thu, 10 Nov 2022 11:09:15 +0100 Subject: [PATCH] fix: wrong description for paste P --- package.build.ts | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": [ {