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

deprectaed propertie 'openhab.username' in default config #278

Open
CWempe opened this issue Sep 2, 2021 · 1 comment
Open

deprectaed propertie 'openhab.username' in default config #278

CWempe opened this issue Sep 2, 2021 · 1 comment
Labels

Comments

@CWempe
Copy link
Contributor

CWempe commented Sep 2, 2021

I noticed I get a warning in my debug output.

Usage of deprecated config => openhab.username <= detected.
Usage of deprecated config => openhab.username <= detected.
Usage of deprecated config => openhab.username <= detected.

But I could not find this property in my workspace config or my global config.

I did however find it in the default config.
image

image

Is it possible this default entry is causing this warning?

I found it here in the code:

"openhab.username": {

This is no big deal of cause.
But I think it is strange that a "depricated warning" is caused even the user did not set this property. 😄

@CWempe CWempe added the bug label Sep 2, 2021
@Confectrician
Copy link
Collaborator

Nope. Those warning should not get triggered with standard values.
I have excluded them in the checks.
(But they are getting removed at some tim ein the future. We just need them to display a deperecation warnin gin the settings editor.)

My guess is that vscode is caching information somewhere/somehow.
Did you try to completely uninstall the extension?
There is a guide/link in the community with some explanations on how to do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants