feat: add language backend configuration and update documentation
- Added `language_backend` option to project.yml for specifying the language backend (LSP or JetBrains). - Updated CLAUDE.md with a note on downloading log files from the FTP server. - Removed unnecessary .DS_Store files from autoload and templates directories. - Deleted outdated log files from the logs directory.
This commit is contained in:
@@ -116,3 +116,10 @@ initial_prompt: ""
|
||||
# override of the corresponding setting in serena_config.yml, see the documentation there.
|
||||
# If null or missing, the value from the global config is used.
|
||||
symbol_info_budget:
|
||||
|
||||
# The language backend to use for this project.
|
||||
# If not set, the global setting from serena_config.yml is used.
|
||||
# Valid values: LSP, JetBrains
|
||||
# Note: the backend is fixed at startup. If a project with a different backend
|
||||
# is activated post-init, an error will be returned.
|
||||
language_backend:
|
||||
|
||||
Reference in New Issue
Block a user