LeekHub / leek-fund

:chart_with_upwards_trend: 韭菜盒子——VSCode 里也可以看股票 & 基金实时数据,做最好用的投资插件 🐥
http://leek.fund
BSD 3-Clause "New" or "Revised" License
3.04k stars 436 forks source link

状态栏能否突破4个添加 #366

Closed gtfd333 closed 1 year ago

gtfd333 commented 1 year ago

状态栏能否突破4个添加,4个有点不够啦,希望能改进一下。O(∩_∩)O

giscafer commented 1 year ago

欢迎PR https://github.com/LeekHub/leek-fund/blob/HEAD/src/registerCommand.ts#L389-L391

gtfd333 commented 1 year ago

还有一个文件 这里修改下 即可生效

StatusBar Exceeding Length.
【leekConfig.js】
if (configArr.length >= 6) {
    vscode_1.window.showInformationMessage(`StatusBar Exceeding Length.`);
    if (cb && typeof cb === 'function') {
        cb(code);
    }
}