0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

VSCodeのGit historyが動かなくなった時の対策方法

Posted at

気がつくとGithistoryが「command 'git.viewHistory' not found」というエラーを出して動かなくなっていた。

解決策

cd ~/.vscode/extensions/donjayamanne.githistory-0.4.0/
npm install

このあとコメントで他にもコマンドを要求されたが
その要求された通りにnpmコマンド打ち込んでいけば治りました。

最後にVSCode再起動すると「拡張機能が更新されました再起動しますか」みたいなコメントが出てきて、また再起動すると復帰しました。

参考

ググるとすぐに答えは見つかった。
助けてくれたのは、ココです(「・ω・)「
https://github.com/DonJayamanne/gitHistoryVSCode/issues/238

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?