coc-spell-checker
coc-spell-checker copied to clipboard
Deprecation of workspace.createStatusBarItem
I noticed a deprecation warning in the logs. The message suggests to use window.createStatusBarItem
.
https://github.com/iamcco/coc-spell-checker/blob/a76ebbff41fec61bb7a3c2556a670720db3f9ff9/src/statusbar.ts#L10
Warning
WARN (pid:1874436) [workspace] - workspace.createStatusBarItem is deprecated, please use window.createStatusBarItem instead. at Object.t.initStatusBar (/home/andreas/.config/coc/extensions/node_modules/coc-spell-checker/out/index.js:1:155873)