You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: