アットウィキロゴ

SublimeText

初期設定

 プロキシを経由している環境では、プロクシ設定を行う必要あり。  Preference>Package Settings>Package Control>settings Defaultを開く。  55行目、59行目にプロクシ情報を、ポートを含めて入力するとPackage Installで入手可能に。

 // An HTTP proxy server to use for requests 
  "http_proxy": "XXXXXXXXXXXXXXXXX.co.jp:8080",
   
 // An HTTPS proxy server to use for requests - this will inherit from
 // http_proxy if it is set to "" or null and http_proxy has a value. You
 // can set this to false to prevent inheriting from http_proxy.
 "https_proxy": "XXXXXXXXXXXXXXXXX.co.jp:8080",
最終更新:2013年06月03日 20:15
ツールボックス

下から選んでください:

新しいページを作成する
ヘルプ / FAQ もご覧ください。