fix: wrong description for paste P

This commit is contained in:
Karim Abou Zeid 2022-11-10 11:09:15 +01:00 committed by Leo Lüker
parent ca2b93176c
commit c33b9b32dc
2 changed files with 2 additions and 2 deletions

View File

@ -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,

2
package.json generated
View File

@ -717,7 +717,7 @@
]
},
"P": {
"text": "Paste clipboard after selections",
"text": "Paste clipboard before selections",
"command": "dance.edit.insert",
"args": [
{