Skip to content

Commit

Permalink
chore(projects): update launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Mar 3, 2024
1 parent 5c9ba04 commit 9b656cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
15 changes: 2 additions & 13 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,12 @@
"version": "0.2.0",
"configurations": [
{
"name": "tsx",
"name": "TS Debugger",
"type": "node",
"request": "launch",
// Debug current file in VSCode
"program": "${file}",
// Path to tsx binary Assuming locally installed
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/tsx",
// Open terminal when debugging starts (Optional) Useful to see console.logs
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
// Files to exclude from debugger (e.g. call stack)
"skipFiles": [
// Node.js internal core modules
"<node_internals>/**",
// Ignore all dependencies (optional)
"${workspaceFolder}/node_modules/**"
]
"skipFiles": ["<node_internals>/**", "${workspaceFolder}/node_modules/**"]
}
]
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"devDependencies": {
"@soybeanjs/cli": "link:",
"@soybeanjs/eslint-config": "1.2.3",
"@types/crypto-js": "4.2.2",
"@types/node": "20.11.24",
"eslint": "8.57.0",
"eslint-plugin-vue": "9.22.0",
Expand Down
7 changes: 0 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9b656cf

Please sign in to comment.