Implemented serve and copy-link development features
This commit is contained in:
parent
48a50320a8
commit
3dcffe7cef
7 changed files with 1214 additions and 4 deletions
9
.vscode/tasks.json
vendored
9
.vscode/tasks.json
vendored
|
@ -1,6 +1,15 @@
|
|||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"type": "shell",
|
||||
"label": "Copy link",
|
||||
"command": "node ./tasks/copy-link.js \"${selectedText}\"",
|
||||
"presentation": {
|
||||
"reveal": "silent"
|
||||
},
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"label": "Insert YouTube player",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue