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
Are there any other relevant .editorconfig files in your project? No
Visual Studio Code Setting
Default
User
Workspace
editor.insertSpaces
true
____
____
editor.tabSize
4
2
_
editor.trimAutoWhitespace
true
____
____
files.autoSave
"off"
"___"
"___"
files.insertFinalNewline
false
_____
_____
files.trimTrailingWhitespace
false
_____
_____
File opened
./foo.js
Expected behavior
indent_size = 4
Actual behavior
indent_size = 2
Additional comments or steps to reproduce
I think the extension doesn't get activated after connecting to a remote host. I have to trigger the extension to recognize my rules once I open my .editorconfig file.
Have a remote server that can accept SSH connections
Create a project folder that contains .editorconfig
Please fill-in this template.
code --disable-extensions
and the issue did NOT present itself.Issue
1.61.2
0.16.4
Root
.editorconfig
FileAre there any other relevant
.editorconfig
files in your project? Noeditor.insertSpaces
true
____
____
editor.tabSize
4
2
_
editor.trimAutoWhitespace
true
____
____
files.autoSave
"off"
"___"
"___"
files.insertFinalNewline
false
_____
_____
files.trimTrailingWhitespace
false
_____
_____
File opened
./foo.js
Expected behavior
indent_size = 4
Actual behavior
indent_size = 2
Additional comments or steps to reproduce
I think the extension doesn't get activated after connecting to a remote host. I have to trigger the extension to recognize my rules once I open my .editorconfig file.
spaces
indicator in the status bar shows 4 instead of 2 after opening the .editorconfigThe text was updated successfully, but these errors were encountered: