You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the HA personal access token (PAT) needs to be added in vscode's settings.json.
This is not great for security purposes, especially if users sync their settings.json (even worse if a user syncs this in some public way, such as a github gist using the popular SettingsSync extension).
Request that instead this extension should make use of vscode's API that was first introduced as Secrets in vscode 1.53. and, I think, has since evolved to SecretStorage.
Currently the HA personal access token (PAT) needs to be added in vscode's settings.json.
This is not great for security purposes, especially if users sync their settings.json (even worse if a user syncs this in some public way, such as a github gist using the popular SettingsSync extension).
Request that instead this extension should make use of vscode's API that was first introduced as Secrets in vscode 1.53. and, I think, has since evolved to SecretStorage.
The text was updated successfully, but these errors were encountered: