Skip to content

Commit

Permalink
Fix id error
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Sep 21, 2024
1 parent 944733e commit bafe950
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import java.io.File
object FileUtils {
private val pluginVirtualDirectory: VirtualFile?
get() {
val descriptor = PluginManagerCore.getPlugin(PluginId.getId("com.tang.emmylua.attach-debugger"))
val descriptor = PluginManagerCore.getPlugin(PluginId.getId("com.cppcxy.emmylua2.attach-debugger"))
if (descriptor != null) {
val pluginPath = descriptor.path

Expand Down

0 comments on commit bafe950

Please sign in to comment.