mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-29 10:33:04 -04:00
support debug inso-cli in vscode
This commit is contained in:
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
@@ -70,6 +70,9 @@
|
||||
{
|
||||
"value": "run test"
|
||||
},
|
||||
{
|
||||
"value": "run collection"
|
||||
},
|
||||
{
|
||||
"value": "lint spec"
|
||||
},
|
||||
|
||||
8
package-lock.json
generated
8
package-lock.json
generated
@@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user