Skip to content

Commit 26699e7

Browse files
committed
Add command-exists node module
1 parent fcc78a9 commit 26699e7

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

integration/vscode/ada/package-lock.json

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/vscode/ada/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,9 +502,11 @@
502502
"test": "node ./out/test/runTest.js"
503503
},
504504
"dependencies": {
505-
"process": "0.11.10",
505+
"@types/command-exists": "^1.2.0",
506+
"command-exists": "^1.2.9",
506507
"fp-ts": "2.12.0",
508+
"process": "0.11.10",
507509
"vscode-languageclient": "7.0.0",
508510
"ws": "8.5.0"
509511
}
510-
}
512+
}

0 commit comments

Comments
 (0)