When starting the debugger, the editor becomes slow. suggestion and auto complete lags, and no auto import suggestion is working any more
Without debugger the workspace is working fine.
Here are the workspace settings:
```json
"settings": {
"python.pythonPath": "/home/itamar/.pyenv/versions/3.9.9/envs/MOD/bin/python",
"python.testing.pytestArgs": [
"--no-cov"
],
"files.autoSave": "afterDelay",
"workbench.colorTheme": "Monokai Vibrant",
"workbench.preferredDarkColorTheme": "Monokai Vibrant",
"python.linting.flake8Enabled": true,
"python.linting.flake8CategorySeverity.W": "Error",
"python.formatting.yapfArgs": [
"--style={column_limit: 120}"
],
"python.linting.flake8Args": [
"--ignore=F841,E741,E126,W503,W504,E251",
"--max-line-length",
"120"
],
"python.terminal.activateEnvInCurrentTerminal": true,
"python.linting.cwd": "",
"atlascode.jira.explorer.refreshInterval": 5,
"editor.formatOnSaveMode": "modificationsIfAvailable",
"editor.formatOnType": true,
"editor.formatOnSave": true
},
In addition to filing this issues against the Python extension I suggest that you first try to reproduce the slowness with most of your extensions disabled and only the Python extension enabled.
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
Enabled extension list:
disabled extensions: