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
@dvirtz the update method is async and I don't think I can call async stuff in the deactivate method of the extension. VSC has signaled that it is about to remove the extension.
VSCode has a dedicated API to persist data: https://code.visualstudio.com/api/references/vscode-api#Memento
Using that would solve the caveats with
persistent.file
described in https://marketplace.visualstudio.com/items?itemName=rioj7.command-variable#settings such as working with a remote workspaceThe text was updated successfully, but these errors were encountered: