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/install-current-user.vbs Normal file → Executable file
View File

@@ -3,7 +3,7 @@ Set oEnv = oShell.Environment("USER")
Set oFS = CreateObject("Scripting.FileSystemObject")
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")
Set re = New RegExp
re.Global = True