We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to Reproduce:
test.py
tasks.json
range(100000)
range(1000000)
test.py:
for i in range(100000): print(i)
tasks.json:
{ "version": "0.1.0", "command": "python", "isShellCommand": true, "args": ["test.py"], "showOutput": "always" }
The text was updated successfully, but these errors were encountered:
Known issue, more details can be found here #22804
Sorry, something went wrong.
Closing as will not fix (can not fix) due to to the most time being spent in sending json objects around.
isidorn
No branches or pull requests
Steps to Reproduce:
test.py
andtasks.json
as belowrange(100000)
torange(1000000)
, vscode will freeze (become really really slow).test.py:
tasks.json:
The text was updated successfully, but these errors were encountered: