File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,3 +133,17 @@ read_only_memory_patterns: []
133133# Possible values: unset (use global setting), "lf", "crlf", or "native" (platform default)
134134# This does not affect Serena's own files (e.g. memories and configuration files), which always use native line endings.
135135line_ending :
136+
137+ # list of regex patterns for memories to completely ignore.
138+ # Matching memories will not appear in list_memories or activate_project output
139+ # and cannot be accessed via read_memory or write_memory.
140+ # To access ignored memory files, use the read_file tool on the raw file path.
141+ # Extends the list from the global configuration, merging the two lists.
142+ # Example: ["_archive/.*", "_episodes/.*"]
143+ ignored_memory_patterns : []
144+
145+ # advanced configuration option allowing to configure language server-specific options.
146+ # Maps the language key to the options.
147+ # Have a look at the docstring of the constructors of the LS implementations within solidlsp (e.g., for C# or PHP) to see which options are available.
148+ # No documentation on options means no options are available.
149+ ls_specific_settings : {}
You can’t perform that action at this time.
0 commit comments