We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cfcb47 commit 99f2127Copy full SHA for 99f2127
.serena/project.yml
@@ -126,3 +126,10 @@ initial_prompt: ""
126
# override of the corresponding setting in serena_config.yml, see the documentation there.
127
# If null or missing, the value from the global config is used.
128
symbol_info_budget:
129
+
130
+# The language backend to use for this project.
131
+# If not set, the global setting from serena_config.yml is used.
132
+# Valid values: LSP, JetBrains
133
+# Note: the backend is fixed at startup. If a project with a different backend
134
+# is activated post-init, an error will be returned.
135
+language_backend:
0 commit comments