Cursor Remote Host 无法下载插件解决

Python

手动下载并安装 Cursor 版 Python 插件:

# 下载插件,修改版本号以下载最新版
wget -O anysphere.cursorpyright-1.0.7.vsix 'https://downloads.cursor.com/production/extensions/d7f9f831-2239-4783-9d06-18d27f285818/1.0.7/Microsoft.VisualStudio.Services.VSIXPackage'

# 安装插件
cursor --install-extension anysphere.cursorpyright-*.vsix

C/C++

wget 'https://github.com/vadimcn/codelldb/releases/download/v1.11.5/codelldb-linux-x64.vsix'

cursor --install-extension codelldb-linux-x64.vsix

Ruff

wget -O charliermarsh.ruff-2025.24.0.vsix 'https://marketplace.cursorapi.com/open-vsx-mirror/vscode/asset/charliermarsh/ruff/2025.24.0/Microsoft.VisualStudio.Services.VSIXPackage?redirect=true&targetPlatform=linux-x64'

cursor --install-extension charliermarsh.ruff-*.vsix

安装其他插件请参考:VS Code 手动下载安装 VSIX 文件

posted @ 2025-07-27 07:23  Undefined443  阅读(469)  评论(0)    收藏  举报