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.
Issue
Visual Studio Code
editorconfig-vscode
Version
1.73.1
0.16.4
Expected behavior
I'm trying to find a way to disable the reading of my root .editorconfig for a particular workspace, and just let VS Code's indentation detection magic do its thing instead.
Actual behavior
I can't find any particular option in the VS Code settings, in the Workspace scope, to disable the reading of the root .editorconfig. So I can trigger VS Code's "detect indentation" feature, but when the editor loses focus and then regains focus, the indentation goes back to what the EditorConfig extension does (thus triggering confusion as experienced here: microsoft/vscode#84701)
Additional comments or steps to reproduce
Workaround: I have to generate an .editorconfig within the workspace to override what's in my root config file.
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.Issue
1.73.1
0.16.4
Expected behavior
I'm trying to find a way to disable the reading of my root .editorconfig for a particular workspace, and just let VS Code's indentation detection magic do its thing instead.
Actual behavior
I can't find any particular option in the VS Code settings, in the Workspace scope, to disable the reading of the root
.editorconfig
. So I can trigger VS Code's "detect indentation" feature, but when the editor loses focus and then regains focus, the indentation goes back to what the EditorConfig extension does (thus triggering confusion as experienced here: microsoft/vscode#84701)Additional comments or steps to reproduce
Workaround: I have to generate an
.editorconfig
within the workspace to override what's in my root config file.The text was updated successfully, but these errors were encountered: