ESLint extensions not work in code-server
See original GitHub issueOS/Web Information
- Web Browser: Chrome 95.0.4638.54
- Local OS: Mac10.15.7
- Remote OS: Linux version 5.4.119-1-tlinux4-0005 (root@VM_197_173_centos) (gcc version 8.3.1 20191121 (Red Hat 8.3.1-5) (GCC))
code-server --version: latest
Expected
the code has eslint tips
Actual
the code has no tips, but it is wrong to run the command line
Screenshot


Notes
has tips in local vscode
eslint is enable


Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:14 (6 by maintainers)
Top Results From Across the Web
ESLint extensions not work in code-server #4435 - GitHub
vsix I'm seeing following error: Command 'Extensions: Install from VSIX...' resulted in an error (Unable to install extension 'dbaeumer.vscode- ...
Read more >ESLint not working in VS Code? - Stack Overflow
If ESLint is running in the terminal but not inside VSCode, it is probably because the extension is unable to detect both the...
Read more >Multi-root Workspaces in Visual Studio Code
Note: If an extension doesn't yet support multiple folders, it will still work in the first folder of your multi-root workspace. Extension recommendations....
Read more >How To Lint and Format Code with ESLint in Visual Studio Code
62.3, ESLint Extension v2.2.2, Node.js v17.2.0, npm v8.1.4, and eslint v8.3.0. Step 1 — Creating JavaScript ...
Read more >ESLint not working in VSCode? Help build a troubleshooting ...
Did you make sure, ESLint is linting the correct file extensions? In case you're using TypeScript, Vue.js or other non-standard JavaScript files ...
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 Free
Top 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

I think it’s safe to close this issue now.
@l1shu use
dbaeumer.vscode-eslint-2.1.25.vsixfrom https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint witheslint@^8.0.0.eslint 7 is working, but eslint8 not work!!