Please fill-in this template.
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.
Please fill-in this template.
code --disable-extensionsand the issue did NOT present itself.Issue
1.73.10.16.4Expected 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
.editorconfigwithin the workspace to override what's in my root config file.