Skip to content

Regression: New RegExp format causes blank page #3051

Closed
@L3P3

Description

@L3P3

OS/Web Information

  • Web Browser: Mypal 29.1.1 (Pale Moon/Firefox)
  • Local OS: Windows XP SP3
  • Remote OS: Debian 10
  • Remote Architecture: x86-64
  • code-server --version: 3.9.2 109d2ce

Steps to Reproduce

  1. Open Mypal
  2. Open code-server

Expected

App opens.

Actual

Blank page.

Screenshot

mpcsb2

Notes

Is most probably caused by following lines including quite recent RegExp syntax:

https://github.com/cdr/code-server/blob/f21433a130ab07db569a1ae43a04416e7ec306ba/lib/vscode/src/vs/editor/contrib/linesOperations/linesOperations.ts#L1060

Please either revert these lines (v3.9.0 it worked well) or make them more backwards-compatible (maybe feature check and fallback). Maybe, we can also consider this a bug in closure compiler as it should generate backwards-compatible code out of the box.

Metadata

Metadata

Assignees

No one assigned

    Labels

    upstreamNeeds to be fixed upstreamupstream:vscodeNeeds to be fixed upstream in VSCode

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions