Skip to content

Commit

Permalink
Add timeout to initial connection request
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-bsaviano committed Oct 1, 2024
1 parent bf5c53d commit bd22b75
Show file tree
Hide file tree
Showing 6 changed files with 211 additions and 100 deletions.
181 changes: 148 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1822,7 +1822,7 @@
"@types/istextorbinary": "2.3.1",
"@types/minimatch": "5.1.2",
"@types/mocha": "^7.0.2",
"@types/node": "^14.18.0",
"@types/node": "20.16.5",
"@types/semver": "7.5.4",
"@types/vscode": "1.91.0",
"@types/ws": "8.5.4",
Expand Down Expand Up @@ -1850,16 +1850,16 @@
"webpack-cli": "^4.5.0"
},
"dependencies": {
"@vscode/debugadapter": "^1.61.0",
"@vscode/debugprotocol": "^1.61.0",
"@xmldom/xmldom": "^0.8.8",
"axios": "^1.7.7",
"core-js": "^3.6.5",
"iconv-lite": "^0.6.0",
"istextorbinary": "^6.0.0",
"minimatch": "^9.0.3",
"node-cmd": "^5.0.0",
"node-fetch-cjs": "^3.3.2",
"vscode-cache": "^0.3.0",
"@vscode/debugadapter": "^1.61.0",
"@vscode/debugprotocol": "^1.61.0",
"vscode-extension-telemetry": "^0.1.6",
"ws": "^8.14.2"
},
Expand Down
Loading

0 comments on commit bd22b75

Please sign in to comment.