Clean up old versions of VSCode

introduce As is well known, this is a long-standing bug: VS Code always leaves behind old versions of extensions when upgrading extensions. 众所周知,这是一个长期存在的 bug:VS Code 在升级扩展程序时总是会留下旧版本的扩展程序。 Previously, this space usage was not a problem, but with the emergence of AI programming extensions, after long-term operation, the size of the related extensions may reach the GB level, quickly filling up the disk. ...

二月 28, 2026 · 1 分钟

vscode 1.99 后无法连接到 ubuntu 18.04

原文: vscode 1.99 后无法连接到 ubuntu 18.04 | Akkuman 的技术博客 背景 vscode 远程开发出现报错 The remote host doesn’t meet the prerequisites for running VS Code Server(远程主机不满足运行VS Code服务器的先决条件) ...

五月 29, 2025 · 3 分钟

Visual Studio Code配置Python开发环境

1.安装Python插件 在VScode界面按Crtl+Shift+P或者F1 输入ext install 直接安装Python,也就是点击它,然后等待,安装好后会提示你重启 ...

六月 29, 2016 · 1 分钟