-
# the encoding used by text files in the project
# For a list of possible encodings, see https://docs.python.org/3.11/library/codecs.html#standard-encodings
encoding: 'utf-8'
# Find the list of tools here: https://oraios.github.io/serena/01-about/035_tools.html
fixed_tools: []
-
# list of languages for which language servers are started; choose from:
# al ansible bash clojure cpp
# cpp_ccls crystal csharp csharp_omnisharp dart
# The first language is the default language and the respective language server will be used as a fallback.
# Note that when using the JetBrains backend, language servers are not used and this list is correspondingly ignored.
languages:
-- typescript
+ - typescript
# time budget (seconds) per tool call for the retrieval of additional symbol information
# such as docstrings or parameter information.