Commit bf9f4bd4 authored by 王波's avatar 王波

增加vscode

parent 54c25393
.tea .tea
.DS_Store .DS_Store
.vscode
debug.log debug.log
node_modules node_modules
\ No newline at end of file
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug TS",
"type": "node",
"runtimeExecutable": "nodemon",
"request": "launch",
"cwd": "${workspaceRoot}",
"runtimeArgs": [ "-r", "ts-node/register/transpile-only"],//核心
"args": ["${workspaceFolder}/mockServer/server_ts_debug.js", "mock","--files"],
"protocol": "inspector",
"internalConsoleOptions": "openOnSessionStart"
},
]
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment