Skip to content

Commit 0b2e898

Browse files
committed
bump versions of gyp
1 parent 4eb6729 commit 0b2e898

File tree

5 files changed

+178
-484
lines changed

5 files changed

+178
-484
lines changed

.vscode/launch.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,10 @@
7676
"name": "(gdb) Launch",
7777
"type": "cppdbg",
7878
"request": "launch",
79-
"program": "/home/me/.nvm/versions/node/v22.15.0/bin/node",
79+
"program": "/home/me/.nvm/versions/node/v24.11.0/bin/node",
8080
"args": [
81-
"examples/state-tracking-example.js"
81+
"./node_modules/mocha/bin/mocha.js",
82+
// "examples/test.js"
8283
// "./node_modules/mocha/bin/mocha.js",
8384
// "test/bind-table.test",
8485
// "test/napi/compound-query.test"
@@ -89,10 +90,11 @@
8990
// "test/prepared.test"
9091
// "test/query.test"
9192
// "test/connection-improved.test"
92-
// "test/querycancel.test"
93+
"test/querycancel.test"
9394
// "test/sproc.test"
9495
//"test/bcp.test"
9596
//"test/txn.test"
97+
//"test/txn.test"
9698
],
9799
"stopAtEntry": false,
98100
"cwd": "${workspaceFolder}",

0 commit comments

Comments
 (0)