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