rustrover

This commit is contained in:
novice.li
2024-09-24 21:48:23 +08:00
parent 8e4045e7b8
commit 8813160fd5
53 changed files with 89 additions and 787 deletions

2
script/uninstall-current-user.vbs Normal file → Executable file
View File

@@ -2,7 +2,7 @@ Set oShell = CreateObject("WScript.Shell")
Set oEnv = oShell.Environment("USER")
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")
MsgBox "It may take a few seconds to execute this script." & vbCrLf & vbCrLf & "Click 'OK' button and wait for the prompt of 'Done.' to pop up!"