-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I noticed a deprecation warning in the logs. The message suggests to use window.createStatusBarItem
.
coc-spell-checker/src/statusbar.ts
Line 10 in a76ebbf
const sbCheck = coc.workspace.createStatusBarItem(0, { progress: true }); |
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)
Freed-Wu and HyperAfnanciknight
Metadata
Metadata
Assignees
Labels
No labels