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

JS high not correctly #15334

Closed
bakso opened this issue Nov 11, 2016 · 3 comments
Closed

JS high not correctly #15334

bakso opened this issue Nov 11, 2016 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug candidate Issue identified as probable candidate for fixing in the next release verified Verification succeeded

Comments

@bakso
Copy link

bakso commented Nov 11, 2016

  • VSCode Version:1.7.1
  • OS Version:MacOS 10.11.6

Steps to Reproduce:

function formatBigNum(num) {
  num = Number(num)
  if (num < 10000) {
    return num
  }
  return (num/10000).toString().replace(/(\.[\d]{1})\d+$/,"$1") + 'w '
}
let hbAnimIndex = 0;
let hbAnimNode = null;
@aeschli
Copy link
Contributor

aeschli commented Nov 11, 2016

image
Looks like the variables are not colored. It that what you meant?

@aeschli aeschli added the info-needed Issue requires more information from poster label Nov 11, 2016
@ramya-rao-a
Copy link
Contributor

I see this in insiders:
image

With a space after num in line 6 its all fine

image

This is 1.7.1
image

@ramya-rao-a ramya-rao-a removed the info-needed Issue requires more information from poster label Nov 16, 2016
@aeschli
Copy link
Contributor

aeschli commented Nov 16, 2016

This issue was moved to microsoft/TypeScript-TmLanguage#356

@aeschli aeschli closed this as completed Nov 16, 2016
@kieferrm kieferrm added candidate Issue identified as probable candidate for fixing in the next release bug Issue identified by VS Code Team member as probable bug labels Nov 21, 2016
@kieferrm kieferrm added this to the October Recovery 2016 milestone Nov 21, 2016
@Tyriar Tyriar added the verified Verification succeeded label Dec 8, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug candidate Issue identified as probable candidate for fixing in the next release verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

5 participants