question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

editorconfig is breaking the detectIndentation on vscode

See original GitHub issue

Hi 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.

  1. Open a package.json (indent=2) with the extension installed and the indentation of the editor is 4.
  2. Remove the extension and try again the first step. The detectIndentation works again.

Thanks! excellent work with this extension!

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

0reactions
Pointotechcommented, Nov 30, 2022

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found