Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 97327

context.storagePath is empty (except meta.json) but cached data is still available while debugging [REMOTE SSH]

$
0
0

I do have a really spooky issue while debugging my extension. Since I am using the workspaceState to cache information I tried to figure out where the state is usually located.

ExtensionContext.storagePath result into a path I was expecting /home/<user>/.vscode-server/data/User/workspaceStorage/a002010c26b7b33d865d62202553fe33/myname.myextension

This folder only contain a meta.json. (no other hidden files or folders)

But the strange thing is, that still the cached data is available. Any ideas where else this can be located?

I already removed the whole ".vscode-server" directory and still cached data is being loaded from somewhere else!?


Viewing all articles
Browse latest Browse all 97327

Trending Articles