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

Inconsistency in javascript Object methods - const #57

Closed
cantiero opened this issue May 16, 2017 · 1 comment
Closed

Inconsistency in javascript Object methods - const #57

cantiero opened this issue May 16, 2017 · 1 comment

Comments

@cantiero
Copy link

Sample code

const a = [...Object.keys(b)]
const c = Object.keys(b)

Filename and Language selected

Extension is .js for javascript

Atom Original theme Screenshot

screen shot 2017-05-16 at 11 51 06

VSCode theme Screenshot

screen shot 2017-05-16 at 11 39 31

Versions used

  • VSCode version: 1.12.2
  • Theme version: 1.3.2

Extra information

No other plugins affecting js.

Cheers!

@akamud
Copy link
Owner

akamud commented Jul 23, 2017

Thanks for reporting. This is fixed in 2.0.3.

The only problem is that the const name can't be colored the same as Atom due to a difference in VSCode tokenization.

image

@akamud akamud closed this as completed Jul 23, 2017
@akamud akamud changed the title Inconsistency in javascript Object methods Inconsistency in javascript Object methods - const Feb 13, 2018
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