note_searcher
1.0.0
VS代码扩展名,用于管理本地文本文件的集合,例如。 Zettelkasten。
特征:
有关更多详细信息,请参见扩展市场。
cd vscode
npm install
npm test 使用VS代码打开VSCODE目录,然后运行Run Extension配置。
在VSCODE目录中运行npm run build_vsix 。
Speedrun:
cd vscode
npm outdated
npm update
npm test
npm outdated
# if any major updates available:
npm rm [list] [of] [deps] [to] [update]
npm i -D < same list as above >
npm test
# just in case:
npm audit
# make sure it still builds:
npm run webpack