4
3

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.

sublime text 3でpackage controlが動かない

Last updated at Posted at 2017-01-12

しょうもないことですが、調べても前例が出てこなかったので備忘録として。

##sublime text 3でpackage controlが動かない
・package controlが入ってることは確認できた
・エディタ自体をインストールし直したりなどもしてみたが変わらず
※windows端末

##ユーザー設定でignoreされていた
基本設定→基本設定-ユーザ
で設定ファイルを覗いてみると、

{
	"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
	"font_size": 12,
	"ignored_packages":
	[
        "Package Control",
		"Vintage"
	]
}

上記のようになっていました。
Package Controlの記述を消してみると、あっさり解決。
この設定した人は後で職員室にきてほしい。

##まとめ
普段使いしていないエディタとはいえ、最低限の設定は知っておきたいと思いました…

4
3
1

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
4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?