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.

vscode.generateeditorconfig not found

See original GitHub issue

When I type > EditorConfig: Generate in the command palette, I receive the following error:

command ‘vscode.generateeditorconfig’ not found

screen shot 2017-02-16 at 1 31 06 pm

Am I missing some configuration/setting that I need to enable in my VSCode Settings?

  • I made sure I’m using the latest version of the plugin.
  • I made sure I’m using the latest version of VS Code.
  • I can replicate this error in a new, empty VS Code editor window.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
pbnjcommented, Apr 9, 2017

@jedmao , no, the issue has been resolved by following @JimiC’s suggestion.

Thank you.

1reaction
JimiCcommented, Mar 5, 2017

Either the extension didn’t installed correctly or you are using the vscode-oss-dev version (self-compiled).

If you use a released vscode version uninstall the extension and make sure the extension folder (EditorConfig.editorconfig-version) is removed. If it’s still there, delete it.

If you don’t know how to find the folder, provide the OS info on which you are using vscode to help you further.

Read more comments on GitHub >

github_iconTop Results From Across the Web

EditorConfig for VS Code not working - Stack Overflow
Here is how I managed to make it work. Install the node package and the VS Code extension as per @webta.st.ic answer. In...
Read more >
File not found (\.editorconfig) · Issue #252 - GitHub
Visual Studio Code, editorconfig-vscode ... The error File not found (\.editorconfig) occurs when no ".editorconfig" exists anywhere on disk ...
Read more >
EditorConfig for VS Code - Visual Studio Marketplace
This plugin attempts to override user/workspace settings with settings found in .editorconfig files. No additional or vscode-specific files ...
Read more >
VS Code tips — The editorconfig extension - YouTube
Today's VS Code extension: editorconfigWith the editorconfig extension, VS Code will pick up basic formatting settings—such as spaces vs ...
Read more >
Using the .editorconfig in VS2019 and VSCode
editorconfig is a settings file that overrides the settings of the code editor, it might be that only those settings will work that...
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