Skip to content

Commit 10d447f

Browse files
committed
remove not needed changes
1 parent 06f4a99 commit 10d447f

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/AmazonQLanguageClientImpl.kt

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -115,21 +115,6 @@ class AmazonQLanguageClientImpl(private val project: Project) : AmazonQLanguageC
115115
)
116116
)
117117
}
118-
AmazonQLspConstants.LSP_PROJECT_CONTEXT_KEY -> {
119-
add(
120-
AmazonQLspConfiguration(
121-
optOutTelemetry = AwsSettings.getInstance().isTelemetryEnabled,
122-
customization = CodeWhispererModelConfigurator.getInstance().activeCustomization(project)?.arn,
123-
// local context
124-
enableLocalIndexing = qSettings.isProjectContextEnabled(),
125-
indexWorkerThreads = qSettings.getProjectContextIndexThreadCount(),
126-
enableGpuAcceleration = qSettings.isProjectContextGpu(),
127-
localIndexing = LocalIndexingConfiguration(
128-
maxIndexSizeMB = qSettings.getProjectContextIndexMaxSize()
129-
)
130-
)
131-
)
132-
}
133118
}
134119
}
135120
}

0 commit comments

Comments
 (0)