Skip to content

Commit b98ed83

Browse files
committed
chore(deps): update dependencies
1 parent 03d173d commit b98ed83

File tree

2 files changed

+154
-101
lines changed

2 files changed

+154
-101
lines changed

.serena/project.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,17 @@ read_only_memory_patterns: []
135135
# Possible values: unset (use global setting), "lf", "crlf", or "native" (platform default)
136136
# This does not affect Serena's own files (e.g. memories and configuration files), which always use native line endings.
137137
line_ending:
138+
139+
# list of regex patterns for memories to completely ignore.
140+
# Matching memories will not appear in list_memories or activate_project output
141+
# and cannot be accessed via read_memory or write_memory.
142+
# To access ignored memory files, use the read_file tool on the raw file path.
143+
# Extends the list from the global configuration, merging the two lists.
144+
# Example: ["_archive/.*", "_episodes/.*"]
145+
ignored_memory_patterns: []
146+
147+
# advanced configuration option allowing to configure language server-specific options.
148+
# Maps the language key to the options.
149+
# 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.
150+
# No documentation on options means no options are available.
151+
ls_specific_settings: {}

0 commit comments

Comments
 (0)