coc-spell-checker icon indicating copy to clipboard operation
coc-spell-checker copied to clipboard

Deprecation of workspace.createStatusBarItem

Open andys8 opened this issue 2 years ago • 0 comments

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)

andys8 avatar Aug 02 '22 10:08 andys8