Skip to content

Commit

Permalink
feat: 🎨 add vscode git extension as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pshaddel committed May 27, 2024
1 parent ce05325 commit 0005696
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
"lint": "eslint src --ext ts",
"test": "node ./out/test/runTest.js"
},
"extensionDependencies": [
"vscode.git"
],
"devDependencies": {
"@types/vscode": "^1.75.0",
"@types/glob": "^8.0.1",
Expand Down

0 comments on commit 0005696

Please sign in to comment.