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

The identifier 'constructor', when used as a shorthand property name in an object initializer, is highlighted #361

Closed
ramya-rao-a opened this issue Nov 17, 2016 · 0 comments

Comments

@ramya-rao-a
Copy link

From @tuespetre on November 17, 2016 15:9

  • VSCode Version: Code 1.7.0 (9e7d70052908b633e0d4f71e70b26714bd1d2f10, 2016-11-02T14:34:01.691Z)
  • OS Version: Windows_NT ia32 10.0.14393
  • Extensions:
Extension Author Version
xml DotJoshJohnson 1.6.0
cpptools ms-vscode 0.9.1
csharp ms-vscode 1.0.3-rc2

Steps to Reproduce:

  1. Type this in the editor:
     const constructor = someObject.prototype.constructor;
     const objectLiteral = { constructor };
    

Copied from original issue: microsoft/vscode#15652

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

No branches or pull requests

1 participant