vscode: Certain C++ files completely freeze VSCode

  • VSCode Version: 1.37.0
  • OS Version: Windows 7 x64

Steps to Reproduce:

  1. Open this C++ header with or without any extensions
  2. Scroll through the file content
  3. VSCode is frozen and never responds again except for no-respond-dialogue pop-up message.

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

P.S. the problem exists in previous version of VSCode.

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 23 (9 by maintainers)

Commits related to this issue

Most upvoted comments

@alexr00 I created the branch stable(https://github.com/jeff-hykin/cpp-textmate-grammar/tree/stable) Which is intended to track the version that vscode uses. It currently is 1.12.18 plus a cherry-pick of the fix for this issue.

The stable branch at jeff-hykin/cpp-textmate-grammar now contains a fix for this based of v1.8.15, as well as switching from $base to $self as Objective-C no longer needs that.

@oktonion I’m very sorry. This seems to be a textmate grammar issue. We’ll try to fix that in a recovery build.