Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation of workspace.createStatusBarItem #47

Open
andys8 opened this issue Aug 2, 2022 · 0 comments
Open

Deprecation of workspace.createStatusBarItem #47

andys8 opened this issue Aug 2, 2022 · 0 comments

Comments

@andys8
Copy link

andys8 commented Aug 2, 2022

I noticed a deprecation warning in the logs. The message suggests to use window.createStatusBarItem.

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 added a commit to Freed-Wu/coc-spell-checker that referenced this issue Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant