簡體   English   中英

如何從 vscode 獲取最新版本的 eslint 插件?

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

如果我下載了eslint插件,它會繼續下載到以前的版本。 我想下載最新的 eslint 插件。 為什么會這樣? 如何從 vscode 獲取最新版本的 eslint 插件?

安裝前: 在此處輸入圖像描述

安裝后: 在此處輸入圖像描述

您可以嘗試使用完整的擴展名作為參數從命令行安裝擴展:

code --install-extension dbaeumer.vscode-eslint

您也可以使用--force來避免提示。

或者,您可以單擊擴展面板中的齒輪圖標,然后單擊 select Install Another Version和 select 您想要的特定版本。

如果安裝后打開,則應重新加載 vscode。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM