Vscode: VSCode remove whitespaces on debugging time

Created on 31 May 2016  ·  1Comment  ·  Source: microsoft/vscode

  • 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");
`

debug

Most helpful comment

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

>All comments

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

Was this page helpful?
0 / 5 - 0 ratings