-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Comments
Should it be fixed by #1220? |
Yes, it should but it is not merged yet |
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. You can delete the git folder now. |
download this to your server: and |
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. |
We updated to 1.4x so this should be fixed now |
I updated to the latest release docker yesterday and it didn't work? edit: sorry I checked and I am on 1.39 😅 |
The latest and v2 tags haven't been updated yet. There is a 2.1698 tag
but I'll go ahead and update latest and v2 now. I'll need to make sure
they get updated after we've verified it works in the future.
|
Yeah my mistake. My experience with docker is limited largely to this project only so I didn’t realise Thanks for all the good work on the project! |
Nah, it's definitely my bad for having a release and yet not updating
the latest tag. Shouldn't happen again. Thanks for the kind words!
|
Oof, this is embarrassing. I didn't check the output of my push
yesterday and it didn't actually work. I did it just now so `latest` is
now actually latest.
|
code-server
version: 1.39.2Description
When I try to install ESLint extension, I get this:
Steps to Reproduce
code-server
from AUR (yay -S code-server
)Related: #43
The text was updated successfully, but these errors were encountered: