Skip to content

Commit

Permalink
fix: Use Prettier code style
Browse files Browse the repository at this point in the history
  • Loading branch information
lujunji4113 committed Feb 25, 2024
1 parent 15a80a8 commit e6253f5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@
"--grep",
"${fileBasenameNoExtension}",
"--timeout",
"999999",
"999999"
],
"internalConsoleOptions": "openOnSessionStart",
"name": "Mocha Tests",
"program": "${workspaceFolder}/.yarn/releases/yarn-4.0.2.cjs",
"request": "launch",
"skipFiles": [
"<node_internals>/**"
],
"skipFiles": ["<node_internals>/**"],
"type": "node"
},
{
Expand Down Expand Up @@ -78,4 +76,4 @@
]
}
]
}
}

0 comments on commit e6253f5

Please sign in to comment.