摘要: 官方示例:https://code.visualstudio.com/api/language-extensions/snippet-guide 包含一个GitHub上的代码片段仓库 1、准备代码片段文件 test_vsc.json 而不是.code-snippets这个后缀的文件 2、本地建立代码 阅读全文
posted @ 2020-06-26 18:20 Gargantua613 阅读(709) 评论(0) 推荐(0)
摘要: 一、本地库的建立 1、安装git,运行“Git”->“Git Bash” 2、进行设置(""引号不需要) $ git config --global user.name "Your Name" $ git config --global user.email "email@example.com" 阅读全文
posted @ 2020-06-26 14:11 Gargantua613 阅读(168) 评论(0) 推荐(0)