Skip to content

fix: remove workspace index settings and LSP config#543

Open
chungjac wants to merge 1 commit intoaws:mainfrom
chungjac:remove-workspace-index-settings
Open

fix: remove workspace index settings and LSP config#543
chungjac wants to merge 1 commit intoaws:mainfrom
chungjac:remove-workspace-index-settings

Conversation

@chungjac
Copy link
Copy Markdown

@chungjac chungjac commented Apr 14, 2026

Problem

The language-servers repo has removed @workspace (vector/semantic search) and no longer accepts these configuration fields: enableLocalIndexing, enableGpuAcceleration, indexWorkerThreads, indexCacheDirPath.

The IDE still exposes these settings to users and sends them to the language server, where they are ignored.

Solution

  • Remove workspace indexing preference page fields (workspace index, GPU, worker threads)
  • Remove LSP config constants from Constants.java
  • Remove projectContext config map from LSP client configuration
  • Remove preference defaults from AmazonQPreferenceInitializer.java

Related: aws/language-servers feature/removing-at-workspace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant