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

Closing a C# code block corrupts text elsewhere in the file #654

Closed
jrieken opened this issue Aug 12, 2016 · 2 comments
Closed

Closing a C# code block corrupts text elsewhere in the file #654

jrieken opened this issue Aug 12, 2016 · 2 comments

Comments

@jrieken
Copy link
Contributor

jrieken commented Aug 12, 2016

From @df-adam on August 11, 2016 18:28

  • VSCode Version: Code - Insiders 1.5.0-insider (3313a641ec505098c8625c459e49af3e8f5eb793, 2016-08-11T06:04:17.155Z)
  • OS Version: Darwin x64 15.6.0
  • CSharp Extension 1.3.0

Steps to Reproduce:

  1. Create a C# class
    screen shot 2016-08-11 at 11 24 41 am
  2. Add the closing brace
    screen shot 2016-08-11 at 11 25 02 am
  3. Observe the corruption in line 1 (using System;)

Copied from original issue: microsoft/vscode#10443

@DustinCampbell
Copy link
Member

This smells like an issue with auto-formatting.

@DustinCampbell
Copy link
Member

It turns out that this was the same issue as #660. This was a regression in VS Code that was fixed here: microsoft/vscode#11593.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants