Reputation: 11101
In the latest updated of vscode they show the following image for bracket pair colorization:
From there I am interested in the dots that are display before / to the left of every bracket. What is the name of this function? how can I active it in vscode?
Upvotes: 0
Views: 314
Reputation: 11101
The answer for this is that this is called render white space
and can be modified from the standard settings in vscode.
set to all to achieve the desired result.
Upvotes: 1