Skip to content

Unable to install ESLint extension because it is not compatible with the current version of VS Code #1232

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
talentlessguy opened this issue Dec 18, 2019 · 11 comments
Assignees
Labels
bug Something isn't working

Comments

@talentlessguy
Copy link

talentlessguy commented Dec 18, 2019

  • code-server version: 1.39.2
  • OS Version: Manjaro Linux 5.4

Description

When I try to install ESLint extension, I get this:

image

Steps to Reproduce

  1. Install code-server from AUR (yay -S code-server)
  2. Search for ESLint
  3. Hit "Install"

Related: #43

@talentlessguy talentlessguy added the bug Something isn't working label Dec 18, 2019
@Bessonov
Copy link

Should it be fixed by #1220?

@talentlessguy
Copy link
Author

Should it be fixed by #1220

Yes, it should but it is not merged yet

@mwswindle
Copy link

FYI, theres a work around, building the latest supported version straight from the git repo.

cd
git clone https://github.com/microsoft/vscode-eslint.git
cd vscode-eslint
git checkout tags/release/1.9.1
npm i
npx vsce package

Next, click on the Extensions tab, and in the 3-dot-menu drawer, first click Disable Auto Updating Extensions.
Then, click on Install from VSIX in the 3-dot-menu drawer, navigate to the git folder, and select the vsix.

You can delete the git folder now.

@hasip-timurtas
Copy link

download this to your server:
https://dbaeumer.gallery.vsassets.io/_apis/public/gallery/publisher/dbaeumer/extension/vscode-eslint/1.9.0/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage

and
CTRL+SHIFT+P
and type VSIX
then find the file you downloaded from the link above.
Now you installed an older version of ESlint that can work with your vscode.

@cstrat
Copy link

cstrat commented Jan 23, 2020

Thanks @hasip-timurtas - I wasn't able to get it to work by doing what @mwswindle suggested, but downloading the binary direct has worked so far.

@sr229
Copy link
Contributor

sr229 commented Jan 24, 2020

We updated to 1.4x so this should be fixed now

@sr229 sr229 closed this as completed Jan 24, 2020
@cstrat
Copy link

cstrat commented Jan 24, 2020

I updated to the latest release docker yesterday and it didn't work?
Is docker updated with 1.4x?

edit: sorry I checked and I am on 1.39 😅

@code-asher
Copy link
Member

code-asher commented Jan 27, 2020 via email

@cstrat
Copy link

cstrat commented Jan 27, 2020

Yeah my mistake. My experience with docker is limited largely to this project only so I didn’t realise latest wasn’t automatically the latest.

Thanks for all the good work on the project!

@code-asher
Copy link
Member

code-asher commented Jan 28, 2020 via email

@code-asher
Copy link
Member

code-asher commented Jan 28, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants