Skip to content

Commit

Permalink
feat: implement downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Nov 2, 2023
1 parent 9fcba3a commit a530a48
Show file tree
Hide file tree
Showing 4 changed files with 594 additions and 23 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,17 @@
"@biomejs/biome": "^1.2.2",
"@types/node": "^18.17.5",
"@types/resolve": "^1.20.2",
"@types/semver": "^7.5.4",
"@types/vscode": "^1.80.0",
"@vscode/vsce": "^2.20.1",
"esbuild": "^0.19.2",
"typescript": "^5.1.6"
},
"dependencies": {
"octokit": "^3.1.1",
"ofetch": "^1.3.3",
"resolve": "^1.22.4",
"semver": "^7.5.4",
"vscode-languageclient": "^8.1.0"
},
"vsce": {
Expand Down
Loading

0 comments on commit a530a48

Please sign in to comment.