summaryrefslogtreecommitdiff
path: root/extension/package.json
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-08-04 11:42:47 -0700
committerNate Sesti <sestinj@gmail.com>2023-08-04 11:42:47 -0700
commitfdb036bcecec891adaf99d73101c458fc4087406 (patch)
tree5f39577e92d780c65b4902c8baf0277e7560d49e /extension/package.json
parent0db3b14c1f55fab20922acc6bf5e24c19efe8268 (diff)
downloadsncontinue-fdb036bcecec891adaf99d73101c458fc4087406.tar.gz
sncontinue-fdb036bcecec891adaf99d73101c458fc4087406.tar.bz2
sncontinue-fdb036bcecec891adaf99d73101c458fc4087406.zip
fix: :bug: more reliable download with request
Diffstat (limited to 'extension/package.json')
-rw-r--r--extension/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/extension/package.json b/extension/package.json
index 0b43c7be..e1df91d4 100644
--- a/extension/package.json
+++ b/extension/package.json
@@ -257,6 +257,7 @@
"@types/node": "16.x",
"@types/node-fetch": "^2.6.2",
"@types/react-dom": "^18.2.4",
+ "@types/request": "^2.48.8",
"@types/vscode": "1.67",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.45.0",
@@ -284,6 +285,7 @@
"posthog-js": "^1.68.3",
"react-markdown": "^8.0.7",
"react-redux": "^8.0.5",
+ "request": "^2.88.2",
"strip-ansi": "^7.1.0",
"tailwindcss": "^3.3.2",
"vscode-languageclient": "^8.0.2",