WebStorm「You have JVM property "https.proxyHost" set to(以下略」

WebStorm「You have JVM property "https.proxyHost" set to(以下略」

更新: 2013年4月18日

WebStormが

You have JVM property “https.proxyHost” set to(以下略

とかいう警告を出してきて激おこぷんぷん丸だったので
http://youtrack.jetbrains.com/issue/IDEA-101124
を参考にして対策を打った。

/Applications/WebStorm.app/Contents/Info.plist
に以下の設定を追加した

		<key>https.proxyHost</key>
		<string></string>
		<key>http.proxyHost</key>
		<string></string>

場所は

JVMVersion 1.6* MainClass com.intellij.idea.Main Properties https.proxyHost http.proxyHost idea.paths.selector WebStorm6 idea.platform.prefix WebStorm

の辺り。

appがどういう流れで起動するのか。とか理解出来ればもう少し早く解決できたかもしれないOTL

最新記事をフォロー

RSS Feed