Skip to content

Commit

Permalink
Render whitespace characters only for selected text
Browse files Browse the repository at this point in the history
Updated to the new `selection` value for the `editor.renderWhitespace`
field introduced in VS Code 1.37 (1) that allows to only render
whitespace characters on selected text.

References:
  (1) https://code.visualstudio.com/updates/v1_37#_show-whitespace-in-selection

Resolves GH-213
  • Loading branch information
arcticicestudio committed Aug 10, 2019
1 parent 86a0641 commit d8a8141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snowblocks/visual-studio-code/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"editor.lightbulb.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.renderIndentGuides": false,
"editor.renderWhitespace": "all",
"editor.renderWhitespace": "selection",
"editor.smoothScrolling": true,
"editor.snippetSuggestions": "top",
"editor.tabCompletion": "onlySnippets",
Expand Down

0 comments on commit d8a8141

Please sign in to comment.