简体   繁体   中英

How do I get the latest version of the eslint plugin from vscode?

If I download the eslint plugin, it will continue to download to the previous version. I want to download the latest eslint plugin. Why does this happen? How do I get the latest version of the eslint plugin from vscode?

Before installation: 在此处输入图像描述

After installation: 在此处输入图像描述

You could try installing an extension from the command line by using the full extension name as an argument:

code --install-extension dbaeumer.vscode-eslint

You could also use --force to avoid prompts.

Alternatively, you could click on the gear icon in the extensions panel and select Install Another Version and select the specific version you want.

You should reload vscode if it is open after installing.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM