rustrover
This commit is contained in:
2
script/uninstall-all-users.vbs
Normal file → Executable file
2
script/uninstall-all-users.vbs
Normal file → Executable file
@@ -9,7 +9,7 @@ Sub RemoveEnv(env)
|
||||
On Error Resume Next
|
||||
|
||||
Dim sEnvKey, sEnvVal, aJBProducts
|
||||
aJBProducts = Array("idea", "clion", "phpstorm", "goland", "pycharm", "webstorm", "webide", "rider", "datagrip", "rubymine", "appcode", "dataspell", "gateway", "jetbrains_client", "jetbrainsclient", "studio", "devecostudio")
|
||||
aJBProducts = Array("idea", "clion", "phpstorm", "goland", "pycharm", "webstorm", "webide", "rider", "datagrip", "rubymine", "appcode", "dataspell", "gateway", "jetbrains_client", "jetbrainsclient", "studio", "devecostudio","rustrover")
|
||||
|
||||
For Each sPrd in aJBProducts
|
||||
sEnvKey = UCase(sPrd) & "_VM_OPTIONS"
|
||||
|
||||
Reference in New Issue
Block a user