Skip to content

Commit

Permalink
Replace simple-git with builtin Git extension API (#461)
Browse files Browse the repository at this point in the history
* Replace simple-git with builtin Git API

* Fix bug when committing file

* Use workspaceUri as the source of truth

* Pass in Git/workspace details

* Notify when the workspace isn't a Git repo

* Export controlProvider functions directly

* Don't import all of git

* Update @types/vscode

* Switch error message to use stderr
  • Loading branch information
winstliu authored Apr 26, 2022
1 parent 03c5156 commit bd0fe41
Show file tree
Hide file tree
Showing 11 changed files with 524 additions and 272 deletions.
41 changes: 14 additions & 27 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"theme": "light"
},
"engines": {
"vscode": "^1.45.1",
"vscode": "^1.64.0",
"node": ">=12.20.0"
},
"categories": [
Expand Down Expand Up @@ -139,7 +139,7 @@
"@types/mocha": "^9.0.0",
"@types/mustache": "0.8.32",
"@types/node": "^14.16.0",
"@types/vscode": "^1.45.1",
"@types/vscode": "~1.64.0",
"@vscode/test-electron": "^1.6.2",
"ajv": "^6.9.1",
"assert": "1.4.1",
Expand All @@ -163,7 +163,6 @@
"azure-pipelines-language-server": "0.6.7",
"html-to-text": "^5.1.1",
"mustache": "3.0.1",
"simple-git": "1.110.0",
"uuid": "^3.3.2",
"vscode-extension-telemetry": "^0.1.6",
"vscode-languageclient": "^7.0.0",
Expand Down
Loading

0 comments on commit bd0fe41

Please sign in to comment.