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
This extension, on Linux, stores the stubs cache in ~/.micropico-stubs/included. This is breaking the standard API of how a VS Code extension is supposed to cache tools, downloads, stubs, etc.
This extension should use the location given by the storagePath or the ExtensionContext.globalStoragePath variable in the VS Code API. These paths resolve to something like ~/.config/Code.
Why is this important?
When the extension is removed, the files still linger.
Uninstalling and reinstalling the extension can't reset a corrupted stubs path.
This extension, on Linux, stores the stubs cache in
~/.micropico-stubs/included
. This is breaking the standard API of how a VS Code extension is supposed to cache tools, downloads, stubs, etc.This extension should use the location given by the
storagePath
or theExtensionContext.globalStoragePath
variable in the VS Code API. These paths resolve to something like~/.config/Code
.Why is this important?
References
The text was updated successfully, but these errors were encountered: