Skip to content

autoclose does not detect open state / do not autoclose quotes when in strings #88265

Closed
@irvnriir

Description

answer

in VSC, Autoclose entities are not related to {new Scope} triggers, but:

	"autoClosingPairs": [
		<<..>>
		{ "open": "\"", "close": "\"", "notIn": ["string"] }
	]

;

issue

VSC 1.41.1 .

it doesn't detect the open/close state

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable buglanguages-basicBasic language support issuesverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions