Skip to content

Commit 8d0e546

Browse files
committed
chore: update serena project configuration
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
1 parent 55906fc commit 8d0e546

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.serena/project.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
# The first language is the default language and the respective language server will be used as a fallback.
1515
# Note that when using the JetBrains backend, language servers are not used and this list is correspondingly ignored.
1616
languages:
17-
- typescript
17+
- typescript
1818

19-
# the encoding used by text files in the project
20-
# For a list of possible encodings, see https://docs.python.org/3.11/library/codecs.html#standard-encodings
19+
# the encoding used by text files in the project
20+
# For a list of possible encodings, see https://docs.python.org/3.11/library/codecs.html#standard-encodings
2121
encoding: 'utf-8'
2222

2323
# whether to use the project's gitignore file to ignore files
@@ -107,3 +107,10 @@ fixed_tools: []
107107
# override of the corresponding setting in serena_config.yml, see the documentation there.
108108
# If null or missing, the value from the global config is used.
109109
symbol_info_budget:
110+
111+
# The language backend to use for this project.
112+
# If not set, the global setting from serena_config.yml is used.
113+
# Valid values: LSP, JetBrains
114+
# Note: the backend is fixed at startup. If a project with a different backend
115+
# is activated post-init, an error will be returned.
116+
language_backend:

0 commit comments

Comments
 (0)