1.克隆整個項目
git clone https://github.com/gitkraken/vscode-gitlens.git
2.安裝node js 18
3.安裝yarn
npm install yarn -g
4.切換到項目文件夾
yarn
5.執(zhí)行反編譯
yarn run rebuild
6.項目文件全局搜索SubscriptionState,并且修改為SubscriptionState.Paid
7.編譯新的安裝包yarn run package