question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ESLint extensions not work in code-server

See original GitHub issue

OS/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

image

image

Notes

has tips in local vscode

eslint is enable image

image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:14 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
AriPerkkiocommented, Dec 7, 2021

I think it’s safe to close this issue now.

@l1shu use dbaeumer.vscode-eslint-2.1.25.vsix from https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint with eslint@^8.0.0.

2reactions
l1shucommented, Nov 3, 2021

eslint 7 is working, but eslint8 not work!!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found