3 changed files with 17 additions and 0 deletions
@ -0,0 +1,12 @@
@@ -0,0 +1,12 @@
|
||||
package org.jetbrains.plugins.template.startup |
||||
|
||||
import com.intellij.openapi.diagnostic.thisLogger |
||||
import com.intellij.openapi.project.Project |
||||
import com.intellij.openapi.startup.ProjectActivity |
||||
|
||||
class MyProjectActivity : ProjectActivity { |
||||
|
||||
override suspend fun execute(project: Project) { |
||||
thisLogger().warn("Don't forget to remove all non-needed sample code files with their corresponding registration entries in `plugin.xml`.") |
||||
} |
||||
} |
||||
Loading…
Reference in new issue