add repl version

This commit is contained in:
Vick Scarlet
2021-09-05 22:03:44 +08:00
parent 2ec9fc5412
commit caf08695d1
4 changed files with 500 additions and 2 deletions

11
.vscode/launch.json vendored
View File

@@ -22,6 +22,15 @@
"skipFiles": [
"<node_internals>/**"
]
}
},
{
"name": "Attach by Process ID",
"processId": "${command:PickProcess}",
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
"type": "node"
},
]
}