editorconfig is breaking the detectIndentation on vscode
See original GitHub issueHi guys!
I noticed that with the editorconfig extension the detectIndentation on vscode is not working until i triggered manually.
Steps to reproduce:
Tested without having an .editorconfig in the project.
- Open a package.json (indent=2) with the extension installed and the indentation of the editor is 4.
- Remove the extension and try again the first step. The detectIndentation works again.
Thanks! excellent work with this extension!
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:8 (4 by maintainers)
Top Results From Across the Web
EditorConfig for VS Code not working - Stack Overflow
In VS Code switch off the automatic indentation detection: Editor: Detect Indentation rule ( Ctrs+Shift+P -> Preferences: Open user settings ...
Read more >editorconfig/editorconfig-vscode - Gitter
Hi to everyone, I've just add .editorconfig to my project and realised that ... in Javascript in VSCode, the second I type something,...
Read more >Markdown editing with Visual Studio Code
Tired of accidentally breaking links when you change a Markdown header? Try using Rename Symbol (F2) instead. After you type the new header...
Read more >detected local configuration (i.e. .prettierrc or .editorconfig), vs ...
Alter Prettier options in Visual Studio Code settings: Go to the Visual Studio Code Setting by ... I am trying to prevent prettier...
Read more >Visual Studio Code Configuration - Alexander Eckert
[ /** * Activity Bar **/ { "key": "cmd+k cmd+.", "command": "workbench.action.toggleStatusbarVisibility" }, { "key": "cmd+k cmd+,", ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed in https://github.com/editorconfig/editorconfig-vscode/pull/70
Is there any way to get the EditorConfig plugin to override the VS Code settings for indentation? Isn’t that the whole point of this plugin?