Enable multithreading for pyright (#13227)

This commit is contained in:
Micha Reiser 2024-09-03 13:24:42 +02:00 committed by GitHub
parent 387af831f9
commit c2aac5f826
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ class Pyright(Tool):
command = [
str(self.path),
"--venvpath",
"--threads",
str(
venv.path.parent
), # This is not the path to the venv folder, but the folder that contains the venv...