WengerK / vscode-highlight-bad-chars

Extension to highlight bad characters such as No-break space ( ) and the Greek question mark (;) in your source files.

Home Page:https://marketplace.visualstudio.com/items?itemName=wengerk.highlight-bad-chars#overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

highlight-bad-chars.badCharDecorationStyle cursor style options?

metablaster opened this issue · 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"?