Are comments allowed in *.vmoptions files?
Are either
-Dproperty1=value1
#-Dproperty2=value2
-Dproperty3=value3
or
-Dproperty1=value1
-Dproperty2=value2 # comment
-Dproperty3=value3
valid to use in the
~/.PhpStorm.2017.3/config/phpstorm64.vmoptions
file
Please sign in to leave a comment.
Hi there,
This style should work with no issues.
That's the first line in autogenerated file that I see if I choose "Help | Edit Custom VM Options..."
(I'm on Windows so the path to the file would be "C:\Users\USERNAME\.PhpStorm2017.3\config\phpstorm64.exe.vmoptions")