12
7

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.

Atomが”editor is not responding”になったら

Last updated at Posted at 2016-01-04

#github製Editor「Atom」
環境:MacOSX 10.11.2 (El Capitan)
  ATOM1.3.2
プロジェクトごとに開けるし、使いやすいし、
railsでの開発ではslimにも対応してるし、軽いし、
「netbeans?何それ」という感じです。

#「Editor is not responding」でinfinite loopになり開けないよ
でもgithub謹製なのに、git commitした後に再読み込みしたりすると、
「Editor is not responding」が出てinfinite loopになったりして開けないどうしようってなること、あります。
結構焦ります。

#やっても意味なかった(やっちゃダメ)
「.git」の管理ができなくなってるんでは、と思い。

rm -rf .git

してみましたが、ダメでした。

#Macやlinuxでの解決方法
ユーザーディレクトリにある
~/.atom/storage
の中にあるファイルを削除する。

※Windows版は使ったことないですが、
C:\Users<user name>.atom\storage
内のファイルを削除でいけるようです。

#注意点
開いていたタブとかAtom側で管理している情報が飛んでしまいます。
なので自己責任でお願いします。

#参考
Editor is not responding when open file #7581

12
7
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
12
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?