We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944733e commit bafe950Copy full SHA for bafe950
src/main/java/com/tang/intellij/lua/debugger/utils/FileUtils.kt
@@ -10,7 +10,7 @@ import java.io.File
10
object FileUtils {
11
private val pluginVirtualDirectory: VirtualFile?
12
get() {
13
- val descriptor = PluginManagerCore.getPlugin(PluginId.getId("com.tang.emmylua.attach-debugger"))
+ val descriptor = PluginManagerCore.getPlugin(PluginId.getId("com.cppcxy.emmylua2.attach-debugger"))
14
if (descriptor != null) {
15
val pluginPath = descriptor.path
16
0 commit comments