alexis<3
05/03/2022, 11:47 PMalexis<3
05/03/2022, 11:47 PMalexis<3
05/03/2022, 11:49 PMalexis<3
05/03/2022, 11:50 PMalexis<3
05/03/2022, 11:56 PMalexis<3
05/03/2022, 11:57 PMalexis<3
05/03/2022, 11:59 PMfoureyedsoul
05/04/2022, 1:17 AMalexis<3
05/04/2022, 1:19 AMalexis<3
05/04/2022, 1:19 AMfoureyedsoul
05/04/2022, 1:21 AMjokaro
05/04/2022, 5:47 AMhikchoi
05/04/2022, 5:58 AMjokaro
05/04/2022, 5:58 AMhikchoi
05/04/2022, 6:16 AM{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "echo",
"type": "shell",
"command": "pwd | pbcopy",
"problemMatcher": [],
"presentation": {
"echo": false,
"reveal": "never",
"focus": false,
"panel": "shared",
"showReuseMessage": false,
"clear": true
}
},
{
"label": "insert",
"command": "${command:editor.action.clipboardPasteAction}",
"dependsOn": [
"echo"
],
"problemMatcher": [],
"presentation": {
"echo": false,
"reveal": "never",
"focus": false,
"panel": "shared",
"showReuseMessage": false,
"clear": true
}
}
]
}
keybindings.json:
// Place your key bindings in this file to override the defaults
[
{
"key": "cmd+q 0", // your choice of binding
"command": "workbench.action.tasks.runTask",
"args": "insert"
}
]
nice 😄 I'll be using this a lot in the future I thinkjokaro
05/04/2022, 6:18 AMalexis<3
05/04/2022, 6:35 AMalexis<3
05/04/2022, 6:37 AMSeriousBug
05/04/2022, 6:38 AMalexis<3
05/04/2022, 6:38 AMalexis<3
05/04/2022, 6:38 AMalexis<3
05/04/2022, 6:39 AMalexis<3
05/04/2022, 6:41 AMalexis<3
05/04/2022, 6:42 AMNorbertK
05/04/2022, 8:42 AMSeriousBug
05/04/2022, 8:43 AMNorbertK
05/04/2022, 8:43 AMNorbertK
05/04/2022, 9:16 AMhikchoi
05/04/2022, 9:47 AMNorbertK
05/04/2022, 10:32 AM