Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Feat/add axios retry and better errors (#863)
Browse files Browse the repository at this point in the history
* wip

* finalize test

* finalize

* fix

* fix
  • Loading branch information
DmytroHryshyn authored Jan 31, 2024
1 parent f815e79 commit aabaa5b
Show file tree
Hide file tree
Showing 9 changed files with 1,026 additions and 303 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@
"install:webview": "cd intuita-webview && pnpm install",
"build:webview": "cd intuita-webview && pnpm build",
"watch:webview": "cd intuita-webview && pnpm start",
"package": "vsce package --no-dependencies --no-yarn"
"package": "vsce package --no-dependencies --no-yarn",
"test": "vitest run"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.5.1",
Expand All @@ -271,7 +272,7 @@
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"mocha": "^10.2.0",
"nock": "^13.5.1",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "5.1.6",
Expand All @@ -286,6 +287,7 @@
"@vscode/extension-telemetry": "^0.7.7",
"@vscode/vsce": "^2.22.0",
"axios": "^1.2.2",
"axios-retry": "^4.0.0",
"diff": "^5.1.0",
"fast-deep-equal": "^3.1.3",
"fast-glob": "^3.3.2",
Expand All @@ -300,7 +302,8 @@
"redux-persist": "^6.0.0",
"semver": "^7.3.8",
"ts-morph": "^19.0.0",
"universal-base64url": "^1.1.0"
"universal-base64url": "^1.1.0",
"vitest": "^1.2.2"
},
"extensionDependencies": [
"vscode.git"
Expand Down
Loading

0 comments on commit aabaa5b

Please sign in to comment.