-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Erick Wendel <erick.workspace@gmail.com>
- Loading branch information
1 parent
9785aa8
commit aad78ab
Showing
4 changed files
with
186 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
{ | ||
"version": "0.2.0", | ||
"configurations": [ | ||
// { | ||
// "type": "node", | ||
// "request": "launch", | ||
// "name": "Run CLI Debugger", | ||
// "runtimeExecutable": "npm", | ||
// "runtimeArgs": [ | ||
// "run", | ||
// "cli:dev" | ||
// ], | ||
// "cwd": "${fileDirname}", | ||
// "skipFiles": [ | ||
// "<node_internals>/**/**", | ||
// "node_modules/**/**", | ||
// ], | ||
// "console": "integratedTerminal" | ||
// }, | ||
{ | ||
"type": "node", | ||
"request": "launch", | ||
"name": "Run Test Debugger", | ||
"name": "Run CLI Debugger", | ||
"runtimeExecutable": "npm", | ||
"runtimeArgs": [ | ||
"run", | ||
"test:dev" | ||
"dev" | ||
], | ||
"cwd": "${fileDirname}", | ||
"skipFiles": [ | ||
"<node_internals>/**/**", | ||
"node_modules/**/**", | ||
], | ||
"console": "integratedTerminal" | ||
} | ||
}, | ||
// { | ||
// "type": "node", | ||
// "request": "launch", | ||
// "name": "Run Test Debugger", | ||
// "runtimeExecutable": "npm", | ||
// "runtimeArgs": [ | ||
// "run", | ||
// "test:dev" | ||
// ], | ||
// "cwd": "${fileDirname}", | ||
// "skipFiles": [ | ||
// "<node_internals>/**/**", | ||
// "node_modules/**/**", | ||
// ], | ||
// "console": "integratedTerminal" | ||
// } | ||
], | ||
"compounds": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters