mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-05-28 03:10:28 -04:00
fix: Remove check ignoring file on open
This commit is contained in:
parent
3f2c146df1
commit
2b539bbdeb
@ -74,14 +74,6 @@ void QodeAssistClient::openDocument(TextEditor::TextDocument *document)
|
||||
if (!isEnabled(project))
|
||||
return;
|
||||
|
||||
if (m_llmClient->contextManager()
|
||||
->ignoreManager()
|
||||
->shouldIgnore(document->filePath().toUrlishString(), project)) {
|
||||
LOG_MESSAGE(QString("Ignoring file due to .qodeassistignore: %1")
|
||||
.arg(document->filePath().toUrlishString()));
|
||||
return;
|
||||
}
|
||||
|
||||
Client::openDocument(document);
|
||||
connect(
|
||||
document,
|
||||
|
Loading…
Reference in New Issue
Block a user