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");
`
Works with latest vscode that will be released the following week
Most helpful comment
Works with latest vscode that will be released the following week
![screen shot 2016-06-01 at 11 34 36](https://cloud.githubusercontent.com/assets/1926584/15704884/df244b8c-27ec-11e6-9f5b-7caaa1f79128.png)