mac/ctrl+s/ Unable to repair itself
See original GitHub issueTell us about your environment
- ESLint Version: “eslint”: “^5.16.0”
- VS-code ESLint extension Version: 2.1.8
- Node Version: v10.15.3
- npm Version: 6.4.1 What parser (default, Babel-ESLint, etc.) are you using? ESLint Please show your full configuration:
Configuration
"eslint.options": {
//指定vscode的eslint所处理的文件的后缀
"extensions": [
".js",
".vue",
".ts",
".tsx"
]
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
What did you do? Please include the actual source code causing the issue, as well as the command that you used to run ESLint. Add a space outside the rule and save
console.log('1') //Pay attention to the Spaces
// What all not/Auto repair
What did you expect to happen?
Spaces are automatically removed What actually happened? Please include the actual, raw output from ESLint.
When I use the lower version,
Are you willing to submit a pull request to fix this bug? Beyond the ability
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
If you get a message that your disk can't be repaired
If you get a message that your disk can't be repaired. If you get a message saying macOS can't repair a disk, you...
Read more >Fix: Automatic Repair Couldn't Repair Your PC
If Automatic Repair couldn't repair your PC on Windows 10, first boot to Safe Mode and run Command Prompt, and then restore Windows...
Read more >Solved: Stuck In Endless Repair Loop – “Preparing Automatic ...
If the computer fails to start properly two consecutive times, then Automatic Repair will be triggered as a system's response to rectify the ......
Read more >How to Fix Disk Utility Can't Repair This Disk[2022]
Fix 1: Use the FSCK command FSCK is an inbuilt command in Mac that can help us manually repair a disk. Though, to...
Read more >The MBS Xojo DynaPDF Plugin - MonkeyBread Software
Not all damages must necessarily be repaired, that would be an almost impossible task, but the intact parts of a PDF file should...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It seems that it’s a problem of ESLint extension from VS Code, not ESLint itself. To confirm this, can you try running ESLint from CLI?
Unfortunately, it looks like there wasn’t enough interest from the team or community to implement this change. While we wish we’d be able to accommodate everyone’s requests, we do need to prioritize. We’ve found that issues failing to reach accepted status after 21 days tend to never be accepted, and as such, we close those issues. This doesn’t mean the idea isn’t interesting or useful, just that it’s not something the team can commit to.
Thanks for contributing to ESLint and we appreciate your understanding.