Skip to content

Commit

Permalink
add repl version
Browse files Browse the repository at this point in the history
  • Loading branch information
VickScarlet committed Sep 5, 2021
1 parent 2ec9fc5 commit caf0869
Show file tree
Hide file tree
Showing 4 changed files with 500 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,6 @@ dist

utils/xlsxTransform-*

/.idea
/.idea

__localStorage.json
11 changes: 10 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@
"skipFiles": [
"<node_internals>/**"
]
}
},
{
"name": "Attach by Process ID",
"processId": "${command:PickProcess}",
"request": "attach",
"skipFiles": [
"<node_internals>/**"
],
"type": "node"
},
]
}
Loading

0 comments on commit caf0869

Please sign in to comment.