Quantcast
Channel: Node.js Tools for Visual Studio
Viewing all articles
Browse latest Browse all 4630

Edited Issue: Spurious whitespace inserted after "break" [1079]

$
0
0
Seems to only be happening inside curly braces. Type this character by character:
```
{
break;
}
```
When you type `}`, it inserts what looks like a tab worth of whitespace between `break` and the semicolon:
```
{
break ;
}
```

Viewing all articles
Browse latest Browse all 4630

Trending Articles