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

VSCode remove whitespaces on debugging time #7055

Closed
GregorBiswanger opened this issue May 31, 2016 · 1 comment
Closed

VSCode remove whitespaces on debugging time #7055

GregorBiswanger opened this issue May 31, 2016 · 1 comment
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues

Comments

@GregorBiswanger
Copy link

GregorBiswanger commented May 31, 2016

  • VSCode Version: 1.1.1
  • OS Version: Windows 8.1

Hi,
VSCode show only one whitespace character from variables on debugging time.
On mouse over and on the debug console.

`let whitespace = "";

whitespace += " ";
console.log("A" + whitespace + "B");
whitespace += " ";
console.log("A" + whitespace + "B");
whitespace += " ";
console.log("A" + whitespace + "B");
whitespace += " ";
console.log("A" + whitespace + "B");
`

@isidorn
Copy link
Contributor

isidorn commented Jun 1, 2016

Works with latest vscode that will be released the following week
screen shot 2016-06-01 at 11 34 36

@isidorn isidorn closed this as completed Jun 1, 2016
@isidorn isidorn added the debug Debug viewlet, configurations, breakpoints, adapter issues label Jun 1, 2016
@isidorn isidorn assigned weinand and unassigned isidorn Jun 1, 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
debug Debug viewlet, configurations, breakpoints, adapter issues
Projects
None yet
Development

No branches or pull requests

3 participants