Skip to content

Multiple isort handlers getting registered #463

@bobwalker99

Description

@bobwalker99

Diagnostic Data

  • Python version (& distribution if applicable, e.g., Anaconda): 3.10.12
  • Type of virtual environment used (e.g., conda, venv, virtualenv, etc.): virtualenv
  • Operating system (and version): Ubuntu 22.04.5 LTS
  • Version of tool extension you are using: 2025.0.0
  • Using isort.path to point at isort version 5.9.1 from a virtualenv.

Behaviour

Expected Behavior

A single "Organize Imports" handler registered

Actual Behavior

Currently 18! isort "Organize Imports" handlers, corresponding to 18 .vscode-server/extensions/ms-python.isort-2025.0.0/bundled/tool/lsp_server.py processes.

$ ps aux | grep isort
myuser+ 2415096  0.0  0.0 214680 47668 ?        Sl   09:22   0:02 /usr/local/my-venv/bin/python /home/myuser-user/.vscode-server/extensions/ms-python.isort-2025.0.0/bundled/tool/lsp_server.py
myuser+ 2415189  0.0  0.0 215764 47856 ?        Sl   09:22   0:02 /usr/local/my-venv/bin/python /home/myuser-user/.vscode-server/extensions/ms-python.isort-2025.0.0/bundled/tool/lsp_server.py
myuser+ 2416349  0.0  0.0 215780 47796 ?        Sl   09:22   0:03 /usr/local/my-venv/bin/python /home/myuser-user/.vscode-server/extensions/ms-python.isort-2025.0.0/bundled/tool/lsp_server.py
myuser+ 2416350  0.0  0.0 215912 47776 ?        Sl   09:22   0:02 /usr/local/my-venv/bin/python /home/myuser-user/.vscode-server/extensions/ms-python.isort-2025.0.0/bundled/tool/lsp_server.py
myuser+ 2416351  0.0  0.0 214720 47792 ?        Sl   09:22   0:02 /usr/local/my-venv/bin/python /home/myuser-user/.vscode-server/extensions/ms-python.isort-2025.0.0/bundled/tool/lsp_server.py
myuser+ 2416352  0.0  0.0 215772 47780 ?        Sl   09:22   0:02 /usr/local/my-venv/bin/python /home/myuser-user/.vscode-server/extensions/ms-python.isort-2025.0.0/bundled/tool/lsp_server.py
myuser+ 2416353  0.0  0.0 215760 47560 ?        Sl   09:22   0:02 /usr/local/my-venv/bin/python /home/myuser-user/.vscode-server/extensions/ms-python.isort-2025.0.0/bundled/tool/lsp_server.py
myuser+ 2416354  0.0  0.0 215768 47940 ?        Sl   09:22   0:02 /usr/local/my-venv/bin/python /home/myuser-user/.vscode-server/extensions/ms-python.isort-2025.0.0/bundled/tool/lsp_server.py
myuser+ 2416355  0.0  0.0 215888 47620 ?        Sl   09:22   0:02 /usr/local/my-venv/bin/python /home/myuser-user/.vscode-server/extensions/ms-python.isort-2025.0.0/bundled/tool/lsp_server.py
myuser+ 2416356  0.0  0.0 214952 47816 ?        Sl   09:22   0:02 /usr/local/my-venv/bin/python /home/myuser-user/.vscode-server/extensions/ms-python.isort-2025.0.0/bundled/tool/lsp_server.py
myuser+ 2416357  0.0  0.0 214948 47932 ?        Sl   09:22   0:02 /usr/local/my-venv/bin/python /home/myuser-user/.vscode-server/extensions/ms-python.isort-2025.0.0/bundled/tool/lsp_server.py
myuser+ 2416358  0.0  0.0 215776 47856 ?        Sl   09:22   0:02 /usr/local/my-venv/bin/python /home/myuser-user/.vscode-server/extensions/ms-python.isort-2025.0.0/bundled/tool/lsp_server.py
myuser+ 2416359  0.0  0.0 289624 47684 ?        Sl   09:22   0:02 /usr/local/my-venv/bin/python /home/myuser-user/.vscode-server/extensions/ms-python.isort-2025.0.0/bundled/tool/lsp_server.py
myuser+ 2416361  0.0  0.0 215700 47724 ?        Sl   09:22   0:02 /usr/local/my-venv/bin/python /home/myuser-user/.vscode-server/extensions/ms-python.isort-2025.0.0/bundled/tool/lsp_server.py
myuser+ 2416362  0.0  0.0 214636 47956 ?        Sl   09:22   0:02 /usr/local/my-venv/bin/python /home/myuser-user/.vscode-server/extensions/ms-python.isort-2025.0.0/bundled/tool/lsp_server.py
myuser+ 2416363  0.0  0.0 215820 47784 ?        Sl   09:22   0:02 /usr/local/my-venv/bin/python /home/myuser-user/.vscode-server/extensions/ms-python.isort-2025.0.0/bundled/tool/lsp_server.py
myuser+ 2416364  0.0  0.0 215660 47868 ?        Sl   09:22   0:02 /usr/local/my-venv/bin/python /home/myuser-user/.vscode-server/extensions/ms-python.isort-2025.0.0/bundled/tool/lsp_server.py
myuser+ 2416365  0.0  0.0 214736 47688 ?        Sl   09:22   0:02 /usr/local/my-venv/bin/python /home/myuser-user/.vscode-server/extensions/ms-python.isort-2025.0.0/bundled/tool/lsp_server.py

Reproduction Steps:

I'm not sure what triggers it. I suspect it's related to using the Remote SSH extension, but I removed Python/Pylance/isort extensions completely, deleted the server extensions directory, restarted VS Code then re-installed these extensions from scratch. The problem went away for a while. However, something is registering the hander multiple times, and I now have 18 Organize Import handlers. If I save a file containing imports, these all trigger and I get duplicated lines at the bottom of my file and odd overwriting behaviour whilst typing.

Logs:

Click here for detailed logs 2025-09-22 11:14:52.902 [info] [Trace - 11:14:52] Sending notification 'textDocument/didOpen'. 2025-09-22 11:14:52.902 [info] [Trace - 11:14:52] Sending notification 'textDocument/didOpen'. 2025-09-22 11:14:52.903 [info] [Trace - 11:14:52] Sending notification 'textDocument/didOpen'. 2025-09-22 11:14:52.903 [info] [Trace - 11:14:52] Sending notification 'textDocument/didOpen'. 2025-09-22 11:14:52.903 [info] [Trace - 11:14:52] Sending notification 'textDocument/didOpen'. 2025-09-22 11:14:52.903 [info] [Trace - 11:14:52] Sending notification 'textDocument/didOpen'. 2025-09-22 11:14:52.903 [info] [Trace - 11:14:52] Sending notification 'textDocument/didOpen'. 2025-09-22 11:14:52.903 [info] [Trace - 11:14:52] Sending notification 'textDocument/didOpen'. 2025-09-22 11:14:52.903 [info] [Trace - 11:14:52] Sending notification 'textDocument/didOpen'. 2025-09-22 11:14:52.903 [info] [Trace - 11:14:52] Sending notification 'textDocument/didOpen'. 2025-09-22 11:14:52.903 [info] [Trace - 11:14:52] Sending notification 'textDocument/didOpen'. 2025-09-22 11:14:52.903 [info] [Trace - 11:14:52] Sending notification 'textDocument/didOpen'. 2025-09-22 11:14:52.903 [info] [Trace - 11:14:52] Sending notification 'textDocument/didOpen'. 2025-09-22 11:14:52.903 [info] [Trace - 11:14:52] Sending notification 'textDocument/didOpen'. 2025-09-22 11:14:52.903 [info] [Trace - 11:14:52] Sending notification 'textDocument/didOpen'. 2025-09-22 11:14:52.903 [info] [Trace - 11:14:52] Sending notification 'textDocument/didOpen'. 2025-09-22 11:14:52.903 [info] [Trace - 11:14:52] Sending notification 'textDocument/didOpen'. 2025-09-22 11:14:52.903 [info] [Trace - 11:14:52] Sending notification 'textDocument/didOpen'. 2025-09-22 11:14:52.905 [info] [Trace - 11:14:52] Sending request 'textDocument/codeAction - (382)'. 2025-09-22 11:14:52.905 [info] [Trace - 11:14:52] Sending request 'textDocument/codeAction - (383)'. 2025-09-22 11:14:52.905 [info] [Trace - 11:14:52] Sending request 'textDocument/codeAction - (384)'. 2025-09-22 11:14:52.905 [info] [Trace - 11:14:52] Sending request 'textDocument/codeAction - (385)'. 2025-09-22 11:14:52.905 [info] [Trace - 11:14:52] Sending request 'textDocument/codeAction - (386)'. 2025-09-22 11:14:52.905 [info] [Trace - 11:14:52] Sending request 'textDocument/codeAction - (387)'. 2025-09-22 11:14:52.905 [info] [Trace - 11:14:52] Sending request 'textDocument/codeAction - (388)'. 2025-09-22 11:14:52.905 [info] [Trace - 11:14:52] Sending request 'textDocument/codeAction - (389)'. 2025-09-22 11:14:52.905 [info] [Trace - 11:14:52] Sending request 'textDocument/codeAction - (390)'. 2025-09-22 11:14:52.905 [info] [Trace - 11:14:52] Sending request 'textDocument/codeAction - (391)'. 2025-09-22 11:14:52.905 [info] [Trace - 11:14:52] Sending request 'textDocument/codeAction - (392)'. 2025-09-22 11:14:52.905 [info] [Trace - 11:14:52] Sending request 'textDocument/codeAction - (393)'. 2025-09-22 11:14:52.905 [info] [Trace - 11:14:52] Sending request 'textDocument/codeAction - (394)'. 2025-09-22 11:14:52.905 [info] [Trace - 11:14:52] Sending request 'textDocument/codeAction - (395)'. 2025-09-22 11:14:52.905 [info] [Trace - 11:14:52] Sending request 'textDocument/codeAction - (396)'. 2025-09-22 11:14:52.905 [info] [Trace - 11:14:52] Sending request 'textDocument/codeAction - (397)'. 2025-09-22 11:14:52.905 [info] [Trace - 11:14:52] Sending request 'textDocument/codeAction - (399)'. 2025-09-22 11:14:52.905 [info] [Trace - 11:14:52] Sending request 'textDocument/codeAction - (400)'. 2025-09-22 11:14:52.920 [info] [Trace - 11:14:52] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:14:52.920 [info] [Trace - 11:14:52] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:14:52.920 [info] [Trace - 11:14:52] Received response 'textDocument/codeAction - (400)' in 16ms. 2025-09-22 11:14:52.925 [info] [Trace - 11:14:52] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:14:52.925 [info] [Trace - 11:14:52] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:14:52.925 [info] [Trace - 11:14:52] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:14:52.925 [info] [Trace - 11:14:52] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:14:52.925 [info] [Trace - 11:14:52] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:14:52.926 [info] [Trace - 11:14:52] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:14:52.926 [info] [Trace - 11:14:52] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:14:52.926 [info] [Trace - 11:14:52] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:14:52.927 [info] [Trace - 11:14:52] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:14:52.927 [info] [Trace - 11:14:52] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:14:52.927 [info] [Trace - 11:14:52] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:14:52.929 [info] [Trace - 11:14:52] Received response 'textDocument/codeAction - (389)' in 25ms. 2025-09-22 11:14:52.930 [info] [Trace - 11:14:52] Received response 'textDocument/codeAction - (394)' in 26ms. 2025-09-22 11:14:52.930 [info] [Trace - 11:14:52] Received response 'textDocument/codeAction - (384)' in 26ms. 2025-09-22 11:14:52.930 [info] [Trace - 11:14:52] Received response 'textDocument/codeAction - (395)' in 26ms. 2025-09-22 11:14:52.931 [info] [Trace - 11:14:52] Received response 'textDocument/codeAction - (392)' in 27ms. 2025-09-22 11:14:52.931 [info] [Trace - 11:14:52] Received response 'textDocument/codeAction - (391)' in 27ms. 2025-09-22 11:14:52.931 [info] [Trace - 11:14:52] Received response 'textDocument/codeAction - (397)' in 27ms. 2025-09-22 11:14:52.932 [info] [Trace - 11:14:52] Received response 'textDocument/codeAction - (399)' in 28ms. 2025-09-22 11:14:52.932 [info] [Trace - 11:14:52] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:14:52.933 [info] [Trace - 11:14:52] Received response 'textDocument/codeAction - (385)' in 29ms. 2025-09-22 11:14:52.933 [info] [Trace - 11:14:52] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:14:52.933 [info] [Trace - 11:14:52] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:14:52.933 [info] [Trace - 11:14:52] Received response 'textDocument/codeAction - (393)' in 29ms. 2025-09-22 11:14:52.934 [info] [Trace - 11:14:52] Received response 'textDocument/codeAction - (383)' in 30ms. 2025-09-22 11:14:52.934 [info] [Trace - 11:14:52] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:14:52.934 [info] [Trace - 11:14:52] Received response 'textDocument/codeAction - (382)' in 30ms. 2025-09-22 11:14:52.934 [info] [Trace - 11:14:52] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:14:52.934 [info] [Trace - 11:14:52] Received response 'textDocument/codeAction - (390)' in 30ms. 2025-09-22 11:14:52.935 [info] [Trace - 11:14:52] Received response 'textDocument/codeAction - (387)' in 31ms. 2025-09-22 11:14:52.935 [info] [Trace - 11:14:52] Received response 'textDocument/codeAction - (386)' in 31ms. 2025-09-22 11:14:52.935 [info] [Trace - 11:14:52] Received response 'textDocument/codeAction - (388)' in 31ms. 2025-09-22 11:14:52.936 [info] [Trace - 11:14:52] Received response 'textDocument/codeAction - (396)' in 32ms. 2025-09-22 11:14:53.163 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (383)'. 2025-09-22 11:14:53.163 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (384)'. 2025-09-22 11:14:53.164 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (385)'. 2025-09-22 11:14:53.164 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (386)'. 2025-09-22 11:14:53.164 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (387)'. 2025-09-22 11:14:53.164 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (388)'. 2025-09-22 11:14:53.164 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (389)'. 2025-09-22 11:14:53.164 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (390)'. 2025-09-22 11:14:53.164 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (391)'. 2025-09-22 11:14:53.165 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (392)'. 2025-09-22 11:14:53.165 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (393)'. 2025-09-22 11:14:53.165 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (394)'. 2025-09-22 11:14:53.165 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (395)'. 2025-09-22 11:14:53.165 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (396)'. 2025-09-22 11:14:53.165 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (397)'. 2025-09-22 11:14:53.165 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (398)'. 2025-09-22 11:14:53.166 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (400)'. 2025-09-22 11:14:53.166 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (401)'. 2025-09-22 11:14:53.216 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (385)' in 55ms. 2025-09-22 11:14:53.217 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (384)' in 55ms. 2025-09-22 11:14:53.217 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (383)' in 56ms. 2025-09-22 11:14:53.217 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (386)' in 56ms. 2025-09-22 11:14:53.218 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (387)' in 56ms. 2025-09-22 11:14:53.218 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (390)' in 56ms. 2025-09-22 11:14:53.218 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (388)' in 56ms. 2025-09-22 11:14:53.218 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (391)' in 56ms. 2025-09-22 11:14:53.219 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (393)' in 57ms. 2025-09-22 11:14:53.220 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (398)' in 57ms. 2025-09-22 11:14:53.220 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (394)' in 58ms. 2025-09-22 11:14:53.221 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (392)' in 59ms. 2025-09-22 11:14:53.221 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (395)' in 59ms. 2025-09-22 11:14:53.222 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (401)' in 59ms. 2025-09-22 11:14:53.223 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (396)' in 60ms. 2025-09-22 11:14:53.223 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (397)' in 61ms. 2025-09-22 11:14:53.223 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (389)' in 61ms. 2025-09-22 11:14:53.224 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (400)' in 61ms. 2025-09-22 11:14:53.726 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (384)'. 2025-09-22 11:14:53.726 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (385)'. 2025-09-22 11:14:53.726 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (386)'. 2025-09-22 11:14:53.726 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (387)'. 2025-09-22 11:14:53.726 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (388)'. 2025-09-22 11:14:53.727 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (389)'. 2025-09-22 11:14:53.727 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (390)'. 2025-09-22 11:14:53.727 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (391)'. 2025-09-22 11:14:53.727 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (392)'. 2025-09-22 11:14:53.727 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (393)'. 2025-09-22 11:14:53.727 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (394)'. 2025-09-22 11:14:53.727 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (395)'. 2025-09-22 11:14:53.727 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (396)'. 2025-09-22 11:14:53.727 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (397)'. 2025-09-22 11:14:53.728 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (398)'. 2025-09-22 11:14:53.728 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (399)'. 2025-09-22 11:14:53.728 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (401)'. 2025-09-22 11:14:53.728 [info] [Trace - 11:14:53] Sending request 'textDocument/codeAction - (402)'. 2025-09-22 11:14:53.784 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (384)' in 60ms. 2025-09-22 11:14:53.784 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (385)' in 60ms. 2025-09-22 11:14:53.784 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (386)' in 59ms. 2025-09-22 11:14:53.784 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (387)' in 59ms. 2025-09-22 11:14:53.785 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (391)' in 60ms. 2025-09-22 11:14:53.785 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (395)' in 60ms. 2025-09-22 11:14:53.785 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (392)' in 60ms. 2025-09-22 11:14:53.785 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (402)' in 59ms. 2025-09-22 11:14:53.785 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (397)' in 60ms. 2025-09-22 11:14:53.786 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (388)' in 61ms. 2025-09-22 11:14:53.786 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (394)' in 61ms. 2025-09-22 11:14:53.786 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (399)' in 61ms. 2025-09-22 11:14:53.786 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (396)' in 61ms. 2025-09-22 11:14:53.786 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (398)' in 61ms. 2025-09-22 11:14:53.787 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (401)' in 61ms. 2025-09-22 11:14:53.787 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (393)' in 62ms. 2025-09-22 11:14:53.787 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (390)' in 62ms. 2025-09-22 11:14:53.787 [info] [Trace - 11:14:53] Received response 'textDocument/codeAction - (389)' in 62ms. 2025-09-22 11:15:00.224 [info] [Trace - 11:15:00] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:00.225 [info] [Trace - 11:15:00] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:00.225 [info] [Trace - 11:15:00] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:00.225 [info] [Trace - 11:15:00] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:00.225 [info] [Trace - 11:15:00] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:00.225 [info] [Trace - 11:15:00] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:00.225 [info] [Trace - 11:15:00] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:00.225 [info] [Trace - 11:15:00] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:00.225 [info] [Trace - 11:15:00] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:00.225 [info] [Trace - 11:15:00] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:00.225 [info] [Trace - 11:15:00] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:00.225 [info] [Trace - 11:15:00] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:00.225 [info] [Trace - 11:15:00] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:00.226 [info] [Trace - 11:15:00] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:00.226 [info] [Trace - 11:15:00] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:00.226 [info] [Trace - 11:15:00] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:00.226 [info] [Trace - 11:15:00] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:00.226 [info] [Trace - 11:15:00] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:05.035 [info] [Trace - 11:15:05] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:05.035 [info] [Trace - 11:15:05] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:05.035 [info] [Trace - 11:15:05] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:05.036 [info] [Trace - 11:15:05] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:05.036 [info] [Trace - 11:15:05] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:05.036 [info] [Trace - 11:15:05] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:05.036 [info] [Trace - 11:15:05] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:05.036 [info] [Trace - 11:15:05] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:05.036 [info] [Trace - 11:15:05] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:05.036 [info] [Trace - 11:15:05] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:05.036 [info] [Trace - 11:15:05] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:05.036 [info] [Trace - 11:15:05] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:05.036 [info] [Trace - 11:15:05] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:05.036 [info] [Trace - 11:15:05] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:05.036 [info] [Trace - 11:15:05] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:05.036 [info] [Trace - 11:15:05] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:05.036 [info] [Trace - 11:15:05] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:05.036 [info] [Trace - 11:15:05] Sending notification 'textDocument/didChange'. 2025-09-22 11:15:05.037 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (385)'. 2025-09-22 11:15:05.037 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (386)'. 2025-09-22 11:15:05.037 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (387)'. 2025-09-22 11:15:05.037 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (388)'. 2025-09-22 11:15:05.037 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (389)'. 2025-09-22 11:15:05.037 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (390)'. 2025-09-22 11:15:05.037 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (391)'. 2025-09-22 11:15:05.037 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (392)'. 2025-09-22 11:15:05.037 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (393)'. 2025-09-22 11:15:05.037 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (394)'. 2025-09-22 11:15:05.037 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (395)'. 2025-09-22 11:15:05.037 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (396)'. 2025-09-22 11:15:05.037 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (397)'. 2025-09-22 11:15:05.037 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (398)'. 2025-09-22 11:15:05.037 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (399)'. 2025-09-22 11:15:05.037 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (400)'. 2025-09-22 11:15:05.037 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (402)'. 2025-09-22 11:15:05.037 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (403)'. 2025-09-22 11:15:05.050 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.050 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:05.050 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.050 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:05.050 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.050 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:05.050 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.050 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:05.050 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.050 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:05.050 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.050 [info] CWD Server: 2025-09-22 11:15:05.050 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.050 [info] CWD Server: 2025-09-22 11:15:05.050 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.051 [info] CWD Server: 2025-09-22 11:15:05.051 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.051 [info] CWD Server: 2025-09-22 11:15:05.051 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.051 [info] CWD Server: 2025-09-22 11:15:05.051 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.051 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:05.051 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.051 [info] CWD Server: 2025-09-22 11:15:05.051 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.052 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:05.052 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.052 [info] CWD Server: 2025-09-22 11:15:05.052 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.052 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:05.052 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.052 [info] CWD Server: 2025-09-22 11:15:05.058 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.058 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:05.058 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.058 [info] CWD Server: 2025-09-22 11:15:05.059 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.059 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:05.059 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.059 [info] CWD Server: 2025-09-22 11:15:05.060 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.060 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:05.060 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.060 [info] CWD Server: 2025-09-22 11:15:05.061 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.061 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:05.061 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.061 [info] CWD Server: 2025-09-22 11:15:05.061 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.062 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:05.062 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.062 [info] CWD Server: 2025-09-22 11:15:05.064 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.064 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:05.064 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.064 [info] CWD Server: 2025-09-22 11:15:05.072 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.072 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:05.072 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.072 [info] CWD Server: 2025-09-22 11:15:05.072 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.072 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:05.072 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.072 [info] CWD Server: 2025-09-22 11:15:05.081 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.081 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:05.081 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.081 [info] CWD Server: 2025-09-22 11:15:05.089 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.089 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:05.089 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.089 [info] CWD Server: 2025-09-22 11:15:05.219 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (394)' in 182ms. 2025-09-22 11:15:05.228 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (393)' in 191ms. 2025-09-22 11:15:05.257 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (403)' in 220ms. 2025-09-22 11:15:05.259 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (390)' in 221ms. 2025-09-22 11:15:05.272 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (395)' in 235ms. 2025-09-22 11:15:05.282 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (386)'. 2025-09-22 11:15:05.282 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (387)'. 2025-09-22 11:15:05.282 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (388)'. 2025-09-22 11:15:05.282 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (389)'. 2025-09-22 11:15:05.282 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (390)'. 2025-09-22 11:15:05.282 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (391)'. 2025-09-22 11:15:05.282 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (392)'. 2025-09-22 11:15:05.282 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (393)'. 2025-09-22 11:15:05.282 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (394)'. 2025-09-22 11:15:05.282 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (395)'. 2025-09-22 11:15:05.282 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (396)'. 2025-09-22 11:15:05.282 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (397)'. 2025-09-22 11:15:05.283 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (398)'. 2025-09-22 11:15:05.283 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (399)'. 2025-09-22 11:15:05.283 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (400)'. 2025-09-22 11:15:05.283 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (401)'. 2025-09-22 11:15:05.283 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (403)'. 2025-09-22 11:15:05.283 [info] [Trace - 11:15:05] Sending request 'textDocument/codeAction - (404)'. 2025-09-22 11:15:05.289 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (395)' in 7ms. 2025-09-22 11:15:05.289 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (391)' in 8ms. 2025-09-22 11:15:05.291 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (394)' in 9ms. 2025-09-22 11:15:05.291 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (404)' in 9ms. 2025-09-22 11:15:05.291 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (396)' in 9ms. 2025-09-22 11:15:05.304 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (399)' in 267ms. 2025-09-22 11:15:05.304 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (386)' in 268ms. 2025-09-22 11:15:05.304 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (387)' in 23ms. 2025-09-22 11:15:05.305 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (400)' in 22ms. 2025-09-22 11:15:05.324 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (400)' in 287ms. 2025-09-22 11:15:05.324 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (401)' in 42ms. 2025-09-22 11:15:05.325 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (402)' in 288ms. 2025-09-22 11:15:05.328 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (403)' in 46ms. 2025-09-22 11:15:05.328 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (387)' in 292ms. 2025-09-22 11:15:05.330 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (388)' in 49ms. 2025-09-22 11:15:05.338 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (392)' in 301ms. 2025-09-22 11:15:05.339 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (393)' in 57ms. 2025-09-22 11:15:05.353 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (396)' in 315ms. 2025-09-22 11:15:05.357 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (397)' in 75ms. 2025-09-22 11:15:05.358 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (389)' in 321ms. 2025-09-22 11:15:05.359 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (390)' in 78ms. 2025-09-22 11:15:05.361 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (388)' in 325ms. 2025-09-22 11:15:05.364 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (389)' in 83ms. 2025-09-22 11:15:05.364 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (397)' in 327ms. 2025-09-22 11:15:05.365 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (391)' in 328ms. 2025-09-22 11:15:05.367 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (398)' in 85ms. 2025-09-22 11:15:05.368 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (392)' in 85ms. 2025-09-22 11:15:05.387 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (398)' in 350ms. 2025-09-22 11:15:05.391 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (399)' in 109ms. 2025-09-22 11:15:05.396 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (385)' in 360ms. 2025-09-22 11:15:05.402 [info] [Trace - 11:15:05] Received response 'textDocument/codeAction - (386)' in 120ms. 2025-09-22 11:15:05.423 [info] [Trace - 11:15:05] Sending request 'codeAction/resolve - (387)'. 2025-09-22 11:15:05.429 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.429 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:05.430 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.430 [info] CWD Server: 2025-09-22 11:15:05.583 [info] [Trace - 11:15:05] Received response 'codeAction/resolve - (387)' in 159ms. 2025-09-22 11:15:05.603 [info] [Trace - 11:15:05] Sending request 'codeAction/resolve - (388)'. 2025-09-22 11:15:05.610 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.610 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:05.610 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.610 [info] CWD Server: 2025-09-22 11:15:05.774 [info] [Trace - 11:15:05] Received response 'codeAction/resolve - (388)' in 171ms. 2025-09-22 11:15:05.792 [info] [Trace - 11:15:05] Sending request 'codeAction/resolve - (389)'. 2025-09-22 11:15:05.797 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.797 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:05.797 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.797 [info] CWD Server: 2025-09-22 11:15:05.924 [info] [Trace - 11:15:05] Received response 'codeAction/resolve - (389)' in 132ms. 2025-09-22 11:15:05.942 [info] [Trace - 11:15:05] Sending request 'codeAction/resolve - (390)'. 2025-09-22 11:15:05.947 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.947 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:05.947 [info] [Trace - 11:15:05] Received notification 'window/logMessage'. 2025-09-22 11:15:05.947 [info] CWD Server: 2025-09-22 11:15:06.111 [info] [Trace - 11:15:06] Received response 'codeAction/resolve - (390)' in 169ms. 2025-09-22 11:15:06.119 [info] [Trace - 11:15:06] Sending request 'codeAction/resolve - (391)'. 2025-09-22 11:15:06.127 [info] [Trace - 11:15:06] Received notification 'window/logMessage'. 2025-09-22 11:15:06.127 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:06.127 [info] [Trace - 11:15:06] Received notification 'window/logMessage'. 2025-09-22 11:15:06.127 [info] CWD Server: 2025-09-22 11:15:06.284 [info] [Trace - 11:15:06] Received response 'codeAction/resolve - (391)' in 165ms. 2025-09-22 11:15:06.327 [info] [Trace - 11:15:06] Sending request 'codeAction/resolve - (392)'. 2025-09-22 11:15:06.332 [info] [Trace - 11:15:06] Received notification 'window/logMessage'. 2025-09-22 11:15:06.333 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:06.333 [info] [Trace - 11:15:06] Received notification 'window/logMessage'. 2025-09-22 11:15:06.333 [info] CWD Server: 2025-09-22 11:15:06.509 [info] [Trace - 11:15:06] Received response 'codeAction/resolve - (392)' in 182ms. 2025-09-22 11:15:06.555 [info] [Trace - 11:15:06] Sending request 'codeAction/resolve - (393)'. 2025-09-22 11:15:06.563 [info] [Trace - 11:15:06] Received notification 'window/logMessage'. 2025-09-22 11:15:06.563 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:06.563 [info] [Trace - 11:15:06] Received notification 'window/logMessage'. 2025-09-22 11:15:06.563 [info] CWD Server: 2025-09-22 11:15:06.725 [info] [Trace - 11:15:06] Received response 'codeAction/resolve - (393)' in 169ms. 2025-09-22 11:15:06.731 [info] [Trace - 11:15:06] Sending request 'codeAction/resolve - (394)'. 2025-09-22 11:15:06.736 [info] [Trace - 11:15:06] Received notification 'window/logMessage'. 2025-09-22 11:15:06.737 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:06.737 [info] [Trace - 11:15:06] Received notification 'window/logMessage'. 2025-09-22 11:15:06.737 [info] CWD Server: 2025-09-22 11:15:06.914 [info] [Trace - 11:15:06] Received response 'codeAction/resolve - (394)' in 182ms. 2025-09-22 11:15:06.928 [info] [Trace - 11:15:06] Sending request 'codeAction/resolve - (395)'. 2025-09-22 11:15:06.934 [info] [Trace - 11:15:06] Received notification 'window/logMessage'. 2025-09-22 11:15:06.934 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:06.934 [info] [Trace - 11:15:06] Received notification 'window/logMessage'. 2025-09-22 11:15:06.934 [info] CWD Server: 2025-09-22 11:15:07.092 [info] [Trace - 11:15:07] Received response 'codeAction/resolve - (395)' in 164ms. 2025-09-22 11:15:07.127 [info] [Trace - 11:15:07] Sending request 'codeAction/resolve - (396)'. 2025-09-22 11:15:07.132 [info] [Trace - 11:15:07] Received notification 'window/logMessage'. 2025-09-22 11:15:07.132 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:07.132 [info] [Trace - 11:15:07] Received notification 'window/logMessage'. 2025-09-22 11:15:07.132 [info] CWD Server: 2025-09-22 11:15:07.291 [info] [Trace - 11:15:07] Received response 'codeAction/resolve - (396)' in 163ms. 2025-09-22 11:15:07.339 [info] [Trace - 11:15:07] Sending request 'codeAction/resolve - (397)'. 2025-09-22 11:15:07.347 [info] [Trace - 11:15:07] Received notification 'window/logMessage'. 2025-09-22 11:15:07.348 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:07.348 [info] [Trace - 11:15:07] Received notification 'window/logMessage'. 2025-09-22 11:15:07.348 [info] CWD Server: 2025-09-22 11:15:07.511 [info] [Trace - 11:15:07] Received response 'codeAction/resolve - (397)' in 172ms. 2025-09-22 11:15:07.547 [info] [Trace - 11:15:07] Sending request 'codeAction/resolve - (398)'. 2025-09-22 11:15:07.552 [info] [Trace - 11:15:07] Received notification 'window/logMessage'. 2025-09-22 11:15:07.552 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:07.552 [info] [Trace - 11:15:07] Received notification 'window/logMessage'. 2025-09-22 11:15:07.552 [info] CWD Server: 2025-09-22 11:15:07.736 [info] [Trace - 11:15:07] Received response 'codeAction/resolve - (398)' in 189ms. 2025-09-22 11:15:07.775 [info] [Trace - 11:15:07] Sending request 'codeAction/resolve - (399)'. 2025-09-22 11:15:07.780 [info] [Trace - 11:15:07] Received notification 'window/logMessage'. 2025-09-22 11:15:07.780 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:07.780 [info] [Trace - 11:15:07] Received notification 'window/logMessage'. 2025-09-22 11:15:07.780 [info] CWD Server: 2025-09-22 11:15:07.944 [info] [Trace - 11:15:07] Received response 'codeAction/resolve - (399)' in 169ms. 2025-09-22 11:15:07.995 [info] [Trace - 11:15:07] Sending request 'codeAction/resolve - (400)'. 2025-09-22 11:15:07.999 [info] [Trace - 11:15:07] Received notification 'window/logMessage'. 2025-09-22 11:15:07.999 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:08.000 [info] [Trace - 11:15:08] Received notification 'window/logMessage'. 2025-09-22 11:15:08.000 [info] CWD Server: 2025-09-22 11:15:08.156 [info] [Trace - 11:15:08] Received response 'codeAction/resolve - (400)' in 161ms. 2025-09-22 11:15:08.195 [info] [Trace - 11:15:08] Sending request 'codeAction/resolve - (401)'. 2025-09-22 11:15:08.200 [info] [Trace - 11:15:08] Received notification 'window/logMessage'. 2025-09-22 11:15:08.200 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:08.200 [info] [Trace - 11:15:08] Received notification 'window/logMessage'. 2025-09-22 11:15:08.201 [info] CWD Server: 2025-09-22 11:15:08.392 [info] [Trace - 11:15:08] Received response 'codeAction/resolve - (401)' in 197ms. 2025-09-22 11:15:08.407 [info] [Trace - 11:15:08] Sending request 'codeAction/resolve - (402)'. 2025-09-22 11:15:08.413 [info] [Trace - 11:15:08] Received notification 'window/logMessage'. 2025-09-22 11:15:08.413 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:08.413 [info] [Trace - 11:15:08] Received notification 'window/logMessage'. 2025-09-22 11:15:08.413 [info] CWD Server: 2025-09-22 11:15:08.571 [info] [Trace - 11:15:08] Received response 'codeAction/resolve - (402)' in 163ms. 2025-09-22 11:15:08.581 [info] [Trace - 11:15:08] Sending request 'codeAction/resolve - (404)'. 2025-09-22 11:15:08.592 [info] [Trace - 11:15:08] Received notification 'window/logMessage'. 2025-09-22 11:15:08.592 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:08.592 [info] [Trace - 11:15:08] Received notification 'window/logMessage'. 2025-09-22 11:15:08.592 [info] CWD Server: 2025-09-22 11:15:08.781 [info] [Trace - 11:15:08] Received response 'codeAction/resolve - (404)' in 200ms. 2025-09-22 11:15:08.789 [info] [Trace - 11:15:08] Sending request 'codeAction/resolve - (405)'. 2025-09-22 11:15:08.793 [info] [Trace - 11:15:08] Received notification 'window/logMessage'. 2025-09-22 11:15:08.793 [info] /usr/local/my-venv/bin/isort - --filename .py 2025-09-22 11:15:08.794 [info] [Trace - 11:15:08] Received notification 'window/logMessage'. 2025-09-22 11:15:08.794 [info] CWD Server: 2025-09-22 11:15:08.955 [info] [Trace - 11:15:08] Received response 'codeAction/resolve - (405)' in 166ms. 2025-09-22 11:15:09.197 [info] [Trace - 11:15:09] Sending notification 'textDocument/didSave'. 2025-09-22 11:15:09.197 [info] [Trace - 11:15:09] Sending notification 'textDocument/didSave'. 2025-09-22 11:15:09.197 [info] [Trace - 11:15:09] Sending notification 'textDocument/didSave'. 2025-09-22 11:15:09.197 [info] [Trace - 11:15:09] Sending notification 'textDocument/didSave'. 2025-09-22 11:15:09.197 [info] [Trace - 11:15:09] Sending notification 'textDocument/didSave'. 2025-09-22 11:15:09.197 [info] [Trace - 11:15:09] Sending notification 'textDocument/didSave'. 2025-09-22 11:15:09.197 [info] [Trace - 11:15:09] Sending notification 'textDocument/didSave'. 2025-09-22 11:15:09.197 [info] [Trace - 11:15:09] Sending notification 'textDocument/didSave'. 2025-09-22 11:15:09.197 [info] [Trace - 11:15:09] Sending notification 'textDocument/didSave'. 2025-09-22 11:15:09.197 [info] [Trace - 11:15:09] Sending notification 'textDocument/didSave'. 2025-09-22 11:15:09.197 [info] [Trace - 11:15:09] Sending notification 'textDocument/didSave'. 2025-09-22 11:15:09.197 [info] [Trace - 11:15:09] Sending notification 'textDocument/didSave'. 2025-09-22 11:15:09.197 [info] [Trace - 11:15:09] Sending notification 'textDocument/didSave'. 2025-09-22 11:15:09.197 [info] [Trace - 11:15:09] Sending notification 'textDocument/didSave'. 2025-09-22 11:15:09.197 [info] [Trace - 11:15:09] Sending notification 'textDocument/didSave'. 2025-09-22 11:15:09.197 [info] [Trace - 11:15:09] Sending notification 'textDocument/didSave'. 2025-09-22 11:15:09.197 [info] [Trace - 11:15:09] Sending notification 'textDocument/didSave'. 2025-09-22 11:15:09.197 [info] [Trace - 11:15:09] Sending notification 'textDocument/didSave'. 2025-09-22 11:15:09.212 [info] [Trace - 11:15:09] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:15:09.212 [info] [Trace - 11:15:09] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:15:09.212 [info] [Trace - 11:15:09] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:15:09.213 [info] [Trace - 11:15:09] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:15:09.213 [info] [Trace - 11:15:09] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:15:09.214 [info] [Trace - 11:15:09] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:15:09.214 [info] [Trace - 11:15:09] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:15:09.214 [info] [Trace - 11:15:09] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:15:09.214 [info] [Trace - 11:15:09] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:15:09.214 [info] [Trace - 11:15:09] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:15:09.215 [info] [Trace - 11:15:09] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:15:09.215 [info] [Trace - 11:15:09] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:15:09.215 [info] [Trace - 11:15:09] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:15:09.215 [info] [Trace - 11:15:09] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:15:09.215 [info] [Trace - 11:15:09] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:15:09.215 [info] [Trace - 11:15:09] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:15:09.215 [info] [Trace - 11:15:09] Received notification 'textDocument/publishDiagnostics'. 2025-09-22 11:15:09.215 [info] [Trace - 11:15:09] Received notification 'textDocument/publishDiagnostics'.

Outcome When Attempting Debugging Steps:

Did running it from the command line work? the functionality is working fine, it's the fact that it's working 18 times that's the problem. This number has increased over time - it was formerly 2 or 3, and has slowly increased over time. I thought it was 17 last week, seems to be 18 now.

Extra Details

This is a multi-root workspace.
Host system is Windows 11

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIssue identified by VS Code Team member as probable bugtriage-neededIssue is not triaged.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions