Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Engine auto-detection #105

Closed
cyrilchapon opened this issue Apr 7, 2020 · 1 comment
Closed

Engine auto-detection #105

cyrilchapon opened this issue Apr 7, 2020 · 1 comment

Comments

@cyrilchapon
Copy link

What version of this package are you using?
Master one, built and installed manually

What operating system, Node.js, and npm version?
OSx 10.14.5

What happened?
Engine standardx is not auto-detected.

See #71; this is a follow up

What did you expect to happen?

I'd expect auto-detection of standardx to occur (simple project; clean package.json).

Are you willing to submit a pull request to fix this bug?

I could, but I need help. Not much time and never developed something for vscode

@theoludwig
Copy link
Contributor

Thanks for your report! @cyrilchapon

The feature is already implemented. 👍
By enabling "standard.usePackageJson": true in .vscode/settings.json, it should auto-detect the engine (standard, semistandard, standardx or ts-standard) you've installed in devDependencies in your package.json.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants