Skip to content

editor.autoIndent value incorrect #445

@branic

Description

@branic

According to the Microsoft documentation at https://code.visualstudio.com/docs/getstarted/settings the valid values for the editor.autoIndent setting are:

  //  - none: The editor will not insert indentation automatically.
  //  - keep: The editor will keep the current line's indentation.
  //  - brackets: The editor will keep the current line's indentation and honor language defined brackets.
  //  - advanced: The editor will keep the current line's indentation, honor language defined brackets and invoke special onEnterRules defined by languages.
  //  - full: The editor will keep the current line's indentation, honor language defined brackets, invoke special onEnterRules defined by languages, and honor indentationRules defined by languages.

This extension is setting the value to false instead of one of the expected string values

"editor.autoIndent": false

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions