Skip to content

Commit bafe950

Browse files
committed
Fix id error
1 parent 944733e commit bafe950

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/tang/intellij/lua/debugger/utils

1 file changed

+1
-1
lines changed

src/main/java/com/tang/intellij/lua/debugger/utils/FileUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import java.io.File
1010
object FileUtils {
1111
private val pluginVirtualDirectory: VirtualFile?
1212
get() {
13-
val descriptor = PluginManagerCore.getPlugin(PluginId.getId("com.tang.emmylua.attach-debugger"))
13+
val descriptor = PluginManagerCore.getPlugin(PluginId.getId("com.cppcxy.emmylua2.attach-debugger"))
1414
if (descriptor != null) {
1515
val pluginPath = descriptor.path
1616

0 commit comments

Comments
 (0)