update
This commit is contained in:
@@ -136,3 +136,17 @@ symbol_info_budget:
|
|||||||
# list of regex patterns which, when matched, mark a memory entry as read‑only.
|
# list of regex patterns which, when matched, mark a memory entry as read‑only.
|
||||||
# Extends the list from the global configuration, merging the two lists.
|
# Extends the list from the global configuration, merging the two lists.
|
||||||
read_only_memory_patterns: []
|
read_only_memory_patterns: []
|
||||||
|
|
||||||
|
# list of regex patterns for memories to completely ignore.
|
||||||
|
# Matching memories will not appear in list_memories or activate_project output
|
||||||
|
# and cannot be accessed via read_memory or write_memory.
|
||||||
|
# To access ignored memory files, use the read_file tool on the raw file path.
|
||||||
|
# Extends the list from the global configuration, merging the two lists.
|
||||||
|
# Example: ["_archive/.*", "_episodes/.*"]
|
||||||
|
ignored_memory_patterns: []
|
||||||
|
|
||||||
|
# advanced configuration option allowing to configure language server-specific options.
|
||||||
|
# Maps the language key to the options.
|
||||||
|
# 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.
|
||||||
|
# No documentation on options means no options are available.
|
||||||
|
ls_specific_settings: {}
|
||||||
|
|||||||
@@ -295,7 +295,7 @@
|
|||||||
<br>
|
<br>
|
||||||
<div style="font-family:Open sans, arial, sans-serif;font-size:12px;font-weight:400;line-height:18px;text-align:left;color:#aeaeae;" align="left">
|
<div style="font-family:Open sans, arial, sans-serif;font-size:12px;font-weight:400;line-height:18px;text-align:left;color:#aeaeae;" align="left">
|
||||||
<br><br>
|
<br><br>
|
||||||
Nie chcemy zakłócać Twojego spokoju ????<br>
|
Nie chcemy zakłócać Twojego spokoju 💤<br>
|
||||||
Jeśli wolisz, by nasze wiadomości Cię nie budziły,<a href="{unsubscribe_url}">Wypisz mnie</a>.
|
Jeśli wolisz, by nasze wiadomości Cię nie budziły,<a href="{unsubscribe_url}">Wypisz mnie</a>.
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user