Closed
Description
-
StandardJS version?
11.0.1
-
VSCode version
1.23.0
-
StandardJS configuration?
In package.json
:
{
"standard": {
"parser": "babel-eslint",
"env": [
"jest"
]
}
}
In VS Code prefs:
{
"javascript.validate.enable": false,
"standard.usePackageJson": true,
"standard.validate": [
"javascript",
"javascriptreact"
]
}
- What do you have in the
OUTPUT
panel?
Output panel is empty
I've always used "Format document" ⌥ Option+⇧ Shift+F to format .js
files with Standard, but it seems like with the last VS Code update it sometimes stops working. Reloading window helps, but not for a long time. See video:
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done