mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Merge pull request #7256 from tm1000/feature/remove-is-not-in-project-warnings
This commit is contained in:
commit
047859b4a4
@ -80,7 +80,6 @@ class TextDocument
|
||||
$file_path = LanguageServer::uriToPath($textDocument->uri);
|
||||
|
||||
if (!$this->codebase->config->isInProjectDirs($file_path)) {
|
||||
$this->server->verboseLog($file_path . ' is not in project');
|
||||
return;
|
||||
}
|
||||
|
||||
@ -99,7 +98,6 @@ class TextDocument
|
||||
$file_path = LanguageServer::uriToPath($textDocument->uri);
|
||||
|
||||
if (!$this->codebase->config->isInProjectDirs($file_path)) {
|
||||
$this->server->verboseLog($file_path . ' is not in project');
|
||||
return;
|
||||
}
|
||||
|
||||
@ -121,7 +119,6 @@ class TextDocument
|
||||
$file_path = LanguageServer::uriToPath($textDocument->uri);
|
||||
|
||||
if (!$this->codebase->config->isInProjectDirs($file_path)) {
|
||||
$this->server->verboseLog($file_path . ' is not in project');
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user