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

Wrong auto-indentation in typescript when pasting #223308

Open
rzvc opened this issue Jul 23, 2024 · 0 comments
Open

Wrong auto-indentation in typescript when pasting #223308

rzvc opened this issue Jul 23, 2024 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug editor-autoindent Editor auto indentation issues

Comments

@rzvc
Copy link
Contributor

rzvc commented Jul 23, 2024

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.91.1
  • OS Version:

Steps to Reproduce:

  1. Start with this code.
if (true)
{
	// Do something.
}
  1. Select and cut the the block.
  2. Paste it back:
if (true)
	{
		// Do something.
	}

Related to issue #209802.

@rzvc rzvc changed the title Wrong auto-indentation in typescript when pasting. Wrong auto-indentation in typescript when pasting Jul 23, 2024
@rebornix rebornix assigned aiday-mar and unassigned rebornix Jul 23, 2024
@aiday-mar aiday-mar added editor-autoindent Editor auto indentation issues bug Issue identified by VS Code Team member as probable bug labels Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug editor-autoindent Editor auto indentation issues
Projects
None yet
Development

No branches or pull requests

3 participants