Latest version (1.8.0) is not working for me. Previous version (1.7.3) working fine.
$ code --version
1.30.2
61122f88f0bf01e2ac16bdb9e1bc4571755f5bd8
x64
$ uname -a
Linux xtc 4.10.0-40-generic #44~16.04.1-Ubuntu SMP Thu Nov 9 15:37:44 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Error message
31/1/2019 17:28:39:
-------------------
Couldn't resolve parser "babel"
.prettierrc
{
"printWidth": 110,
"tabWidth": 4,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": false,
"proseWrap": "always",
"overrides": [
{
"files": "package.json",
"options": {
"printWidth": 250
}
},
{
"files": "*.md",
"options": {
"tabWidth": 2
}
}
]
}
First lines of .eslintrc (not sure if relevant)
root: true
parser: babel-eslint
settings:
react:
...
Latest version (1.8.0) is not working for me. Previous version (1.7.3) working fine.
Error message
.prettierrc
First lines of .eslintrc (not sure if relevant)