Tag: VSCode
All the articles with the tag "VSCode".
Docker API 使用指南及 VSCode 集成
Published: at 09:53 AM本文介绍 Docker API 的使用方法,以及如何在 VSCode 中使用 Docker 插件连接远程 Docker 容器进行开发,包含 `docker.host` 配置和自定义 Docker 命令 `docker.commands.run` 示例。
自定义 VS Code 代码片段
Published: at 10:33 AM本文介绍如何自定义 VS Code 代码片段,以 Vue.js 代码为例,提高开发效率。无需每次新建 Vue 文件都复制粘贴模板,只需输入自定义的代码片段前缀,即可快速生成常用的 Vue 文件结构。