Skip to content
New issue

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

Row/Chars Limit in output code #33574

Closed
godzail opened this issue Aug 31, 2017 · 1 comment
Closed

Row/Chars Limit in output code #33574

godzail opened this issue Aug 31, 2017 · 1 comment
Assignees
Labels
*as-designed Described behavior is as designed

Comments

@godzail
Copy link

godzail commented Aug 31, 2017

  • VSCode Version: Code - Insiders 1.16.0-insider (34cc9f2, 2017-08-30T05:23:44.557Z)
  • OS Version: Windows_NT x64 10.0.15063
  • Extensions:
Extension Author (truncated) Version
html-snippets abu 0.1.0
Bookmarks ale 0.16.0
npm-intellisense chr 1.3.0
path-intellisense chr 1.4.2
bracket-pair-colorizer Coe 0.10.8
jshint dba 0.10.15
vscode-eslint dba 1.2.11
python don 0.7.0
xml Dot 1.9.2
vscode-html-css ecm 0.1.8
tslint eg2 0.17.0
vscode-npm-script eg2 0.2.0
auto-close-tag for 0.4.3
auto-rename-tag for 0.0.14
code-runner for 0.7.1
beautify Hoo 1.1.1
output-colorizer IBM 0.1.2
path-autocomplete ion 1.6.1
search-node-modules jas 1.1.1
node-module-intellisense lei 1.4.0
MagicPython mag 1.0.12
csharp ms- 1.12.1
PowerShell ms- 1.4.1
debugger-for-chrome msj 3.2.0
indent-rainbow ode 0.6.1
vscode-code-outline pat 0.0.8
material-icon-theme PKi 2.2.0
open-in-browser tec 1.1.0
python tht 0.2.3
nodejs-extension-pack wad 0.1.9
better-align wwm 1.1.6
JavaScriptSnippets xab 1.4.1

Steps to Reproduce:

  1. Add a new python file that print text in output code:
for i in range(1, 4000):
  print(i, "random chars text pdpofspodispdsps di sdpofsdpois dpifpsdi psdoipiofsdp")

print("You reach the end!")

  1. Run code and check the output code folder
  2. In output code only the first 2653 rows are shown ("You reach the end!" not ) exiting with code=null.
  3. Reducing then number of rows (2500) everything is ok (("You reach the end!" is visible) exiting with code=0.
  4. If I run the code in terminal everything is ok.
  5. Maybe is there a buffer limit?

image

Reproduces without extensions: No

@isidorn
Copy link
Contributor

isidorn commented Aug 31, 2017

Yes there is a buffer limit due to performance reasons, you can find it here
https://github.com/Microsoft/vscode/blob/master/src/vs/workbench/parts/output/common/output.ts#L43

More deatils can be found here #22804

Closing as desgined

@isidorn isidorn closed this as completed Aug 31, 2017
@isidorn isidorn added the *as-designed Described behavior is as designed label Aug 31, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*as-designed Described behavior is as designed
Projects
None yet
Development

No branches or pull requests

2 participants