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