File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -27,4 +27,5 @@ go.work.sum
2727.claude /settings.local.json
2828.claude /*
2929! .claude /skills /
30- .sisyphus /*
30+ .sisyphus /*
31+ .omc
Original file line number Diff line number Diff line change @@ -110,3 +110,16 @@ encoding: utf-8
110110# Note that when using the JetBrains backend, language servers are not used and this list is correspondingly ignored.
111111languages :
112112 - typescript
113+
114+ # time budget (seconds) per tool call for the retrieval of additional symbol information
115+ # such as docstrings or parameter information.
116+ # This overrides the corresponding setting in the global configuration; see the documentation there.
117+ # If null or missing, use the setting from the global configuration.
118+ symbol_info_budget :
119+
120+ # The language backend to use for this project.
121+ # If not set, the global setting from serena_config.yml is used.
122+ # Valid values: LSP, JetBrains
123+ # Note: the backend is fixed at startup. If a project with a different backend
124+ # is activated post-init, an error will be returned.
125+ language_backend :
You can’t perform that action at this time.
0 commit comments