Closed
Description
- VSCode Version: Code 1.14.1 (2648980, 2017-07-13T19:18:47.188Z)
- OS Version: Windows_NT ia32 10.0.15063
- Extensions:
Extension | Author (truncated) | Version |
---|---|---|
vscode-eslint | dba | 1.2.11 |
EditorConfig | Edi | 0.9.4 |
tslint | eg2 | 0.16.0 |
typescript-javascript-grammar | ms- | 0.0.23 |
Steps to Reproduce:
"editor.formatOnType": false,
"editor.autoIndent": false
- Change lang mode to JavaScript.
- Insert into editor:
var x = {
};
- Ensure there is no whitespace in the empty line from the code in step 2.
- Create a newline from the empty line (
enter
/ctrl+enter
)
Reproduces without extensions: Yes
The expected result, at least historically, is that the new line doesn't auto indent.