File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 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.
1616languages :
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
2121encoding : ' 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.
109109symbol_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 :
You can’t perform that action at this time.
0 commit comments