TK的小站

“vscode”

VS Code插件打包与安装记录

安装 vsce 打包工具(只需一次) npm install -g @vscode/vsce 这里以 acwing-vscode-plugin 插件为例。 在项目目录打包 cd D:\...