Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taobao-mini-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinhaitao
taobao-mini-template
Commits
bf9f4bd4
Commit
bf9f4bd4
authored
Mar 22, 2021
by
王波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加vscode
parent
54c25393
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
.gitignore
server/duibats/.gitignore
+0
-1
launch.json
server/duibats/.vscode/launch.json
+17
-0
No files found.
server/duibats/.gitignore
View file @
bf9f4bd4
.tea
.tea
.DS_Store
.DS_Store
.vscode
debug.log
debug.log
node_modules
node_modules
\ No newline at end of file
server/duibats/.vscode/launch.json
0 → 100644
View file @
bf9f4bd4
{
"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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment