Skip to content

Commit

Permalink
hotfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
reymondzzzz committed Nov 26, 2023
1 parent 4252917 commit eb9f1f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.gradle.jvmargs=-Xmx2048m
3 changes: 0 additions & 3 deletions src/main/kotlin/com/smallcloud/refactai/Initializer.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ class Initializer : ProjectActivity, Disposable {
initialize(project)
}
private fun initialize(project: Project) {
val listener = LastEditorGetterListener.instance
// Disposer.register(PluginState.instance, listener)

Logger.getInstance("SMCInitializer").info("Bin prefix = ${Resources.binPrefix}")
ConnectivityManager.instance.startup()

Expand Down

0 comments on commit eb9f1f3

Please sign in to comment.