You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question that is specific to this extension; thus, inappropriate for the main EditorConfig issue tracker.
I tried running code --disable-extensions and the issue did NOT present itself.
Delete the following condition if it doesn't apply to your case:
If the extension is not picking up the expected configuration for a file:
I tried npm install editorconfig -g and ran editorconfig [file-in-question] and the configuration was what I expected. If not, please file on the editorconfig-core-js issue tracker.
Issue
Visual Studio Code
editorconfig-vscode
Version
x.x.x
x.x.x
Root .editorconfig File
root = true
[*]indent_style = space
indent_size = 2
Are there any other relevant .editorconfig files in your project? Yes / No
Visual Studio Code Setting
Default
User
Workspace
editor.insertSpaces
true
____
____
editor.tabSize
4
_
_
editor.trimAutoWhitespace
true
____
____
files.autoSave
"off"
"___"
"___"
files.insertFinalNewline
false
_____
_____
files.trimTrailingWhitespace
false
_____
_____
File opened
./foo.js
Expected behavior
indent_size = 2
Actual behavior
indent_size = 4
Additional comments or steps to reproduce
The text was updated successfully, but these errors were encountered:
Please fill-in this template.
code --disable-extensions
and the issue did NOT present itself.Delete the following condition if it doesn't apply to your case:
If the extension is not picking up the expected configuration for a file:
npm install editorconfig -g
and raneditorconfig [file-in-question]
and the configuration was what I expected. If not, please file on theeditorconfig-core-js
issue tracker.Issue
x.x.x
x.x.x
Root
.editorconfig
FileAre there any other relevant
.editorconfig
files in your project? Yes / Noeditor.insertSpaces
true
____
____
editor.tabSize
4
_
_
editor.trimAutoWhitespace
true
____
____
files.autoSave
"off"
"___"
"___"
files.insertFinalNewline
false
_____
_____
files.trimTrailingWhitespace
false
_____
_____
File opened
./foo.js
Expected behavior
indent_size = 2
Actual behavior
indent_size = 4
Additional comments or steps to reproduce
The text was updated successfully, but these errors were encountered: