support debug inso-cli in vscode

This commit is contained in:
Kent Wang
2025-03-19 10:08:29 +08:00
committed by GitHub
parent 8f3a5223c8
commit aaa13cbebd
3 changed files with 13 additions and 1 deletions

3
.vscode/launch.json vendored
View File

@@ -70,6 +70,9 @@
{
"value": "run test"
},
{
"value": "run collection"
},
{
"value": "lint spec"
},

8
package-lock.json generated
View File

@@ -19563,6 +19563,13 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/shellwords": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/shellwords/-/shellwords-1.0.1.tgz",
"integrity": "sha512-Fd5KAbmR0kf6GL4bYJTeHdSKW1mCu6rMxdZcZ4l/hD9wRpBB6RxA01TdmegXWzIhJARyYDFs8EAdnpAsRaDGWw==",
"dev": true,
"license": "MIT"
},
"node_modules/shimmer": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/shimmer/-/shimmer-1.2.1.tgz",
@@ -22954,6 +22961,7 @@
"cross-env": "^7.0.3",
"esbuild": "^0.24.0",
"esbuild-runner": "^2.2.2",
"shellwords": "^1.0.1",
"vitest": "^2.0.4"
}
},

View File

@@ -37,7 +37,8 @@
"cross-env": "^7.0.3",
"esbuild": "^0.24.0",
"esbuild-runner": "^2.2.2",
"vitest": "^2.0.4"
"vitest": "^2.0.4",
"shellwords": "^1.0.1"
},
"dependencies": {
"@seald-io/nedb": "^4.0.4",