File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/com/devoxx/genie/ui/settings/copyproject Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public CopyProjectSettingsComponent() {
3636 public JPanel createPanel () {
3737 // Add description
3838 JBLabel descriptionLabel = new JBLabel ("<html><body style='width: 100%;'>" +
39- "These settings control which files and directories are included when creating a Full Project Context." +
39+ "These settings control which files and directories are included when creating a Full Project Context. " +
4040 "Excluded directories will be skipped, and only files with included extensions " +
4141 "will be processed. This helps to focus the LLM on relevant code and reduce noise from build artifacts " +
4242 "or other non-essential files.</body></html>" );
You can’t perform that action at this time.
0 commit comments