Skip to content

Commit

Permalink
remove unused conf
Browse files Browse the repository at this point in the history
  • Loading branch information
yunyad committed Dec 30, 2024
1 parent 35f1849 commit 90671a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
9 changes: 0 additions & 9 deletions core/amber/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,6 @@ schedule-generator {
search-timeout-milliseconds = 1000
}

python-language-server{
provider = "pyright" # valid options: ["pyright", "pylsp"]
port = 3000
# Maximum number of retries for starting the language server.
retry-counts = 3
# Time in milliseconds to wait between retry attempts when starting the language server
wait-time-ms = 200
}

ai-assistant-server{
assistant = "none"
# Put your Ai Service authentication key here
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ object AmberConfig {
val cleanupAllExecutionResults: Boolean =
getConfSource.getBoolean("web-server.clean-all-execution-results-on-server-start")

// Language server configuration
val pythonLanguageServerConfig: Config = getConfSource.getConfig("python-language-server")
// Python language server configuration
var aiAssistantConfig: Option[Config] = None
if (getConfSource.hasPath("ai-assistant-server")) {
Expand Down

0 comments on commit 90671a0

Please sign in to comment.