Skip to content

Commit b337579

Browse files
committed
fix bug of plugin id
1 parent 82b025d commit b337579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jetbrains_plugin/src/main/kotlin/com/sina/weibo/agent/util/PluginConstants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
package com.sina.weibo.agent.util
66

77
object PluginConstants {
8-
const val PLUGIN_ID = "roo-cline"
8+
const val PLUGIN_ID = "RunVSAgent"
99
const val PLUGIN_CODE_DIR = "roo-code"
1010
const val NODE_MODULES_PATH = "node_modules"
1111
const val EXTENSION_ENTRY_FILE = "extension.js"

0 commit comments

Comments
 (0)