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

data is shown as one big line #203249

Closed
TylerLeonhardt opened this issue Jan 23, 2024 · 0 comments
Closed

data is shown as one big line #203249

TylerLeonhardt opened this issue Jan 23, 2024 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug

Comments

@TylerLeonhardt
Copy link
Member

Testing #203094

Code:

vscode.commands.executeCommand('workbench.action.openIssueReporter', {
			extensionId: 'ms-python.python',
			issueTitle: 'title here',
			command: {
				template: 't'.repeat(10000),
				data: 'x'.repeat(10000),
			}
		});

image

Maybe that should have word wrap.

@justschen justschen added the bug Issue identified by VS Code Team member as probable bug label Feb 1, 2024
@microsoft microsoft locked and limited conversation to collaborators Jun 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

2 participants