note_searcher
1.0.0
로컬 텍스트 파일 모음을 관리하기위한 Code Extension 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