Skip to content

Commit

Permalink
Added doc to SkateConfigUI
Browse files Browse the repository at this point in the history
  • Loading branch information
Katherine Liu committed Jul 7, 2023
1 parent fd03bf1 commit 7cc88fd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ import com.slack.sgp.intellij.SkateBundle
import com.slack.sgp.intellij.SkatePluginSettings
import java.io.File

/**
* This class represents the UI display of the Skate Plugin Settings. Right now, it allows users to
* choose a .md file and check if the panel should be displayed or not.
*/
internal class SkateConfigUI(
private val settings: SkatePluginSettings,
private val project: Project,
Expand Down

0 comments on commit 7cc88fd

Please sign in to comment.