vscode-highlight-bad-chars icon indicating copy to clipboard operation
vscode-highlight-bad-chars copied to clipboard

highlight-bad-chars.badCharDecorationStyle cursor style options?

Open metablaster opened this issue 2 years ago • 0 comments

This is a question for:

	"highlight-bad-chars.badCharDecorationStyle": {
		"cursor": "square",
		"backgroundColor": "rgba(255,0,0,0.3)",
		"borderWidth": "1px",
		"borderStyle": "solid",
		"borderColor": "rgba(255,0,0,0.6)"
	},

What are acceptable values for "cursor" beyond "square"?

metablaster avatar Dec 03 '22 21:12 metablaster