mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-23 04:28:32 +00:00
fix: remove code analyzer from initial tags
This commit is contained in:
parent
d3f59862ea
commit
aec4c281d2
2 changed files with 0 additions and 16 deletions
|
|
@ -140,14 +140,6 @@ class PsiStructureRepository(
|
|||
.filterIsInstance<CodeAnalyzeTagDetails>()
|
||||
.forEach { tagManager.remove(it) }
|
||||
|
||||
if (tagManager.getTags().any { it is EditorTagDetails || it is FileTagDetails }) {
|
||||
tagManager.addTag(
|
||||
CodeAnalyzeTagDetails().apply {
|
||||
selected = newState.chatCompletionSettings.psiStructureEnabled
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
if (newState.chatCompletionSettings.psiStructureEnabled) {
|
||||
analyzePsiDepth = newState.chatCompletionSettings.psiStructureAnalyzeDepth
|
||||
enable()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue