mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-05-17 03:56:45 +00:00
Merge pull request #180 from josteinaj/locate-workspaceStorage-in-vscode-dev-container
Some checks are pending
CI / semgrep (push) Waiting to run
Some checks are pending
CI / semgrep (push) Waiting to run
VSCode: correctly locate workspaceStorage when working inside a dev container
This commit is contained in:
commit
bbe99fa298
1 changed files with 1 additions and 0 deletions
|
|
@ -318,6 +318,7 @@ function getVSCodeWorkspaceStorageDirs(): string[] {
|
|||
return [
|
||||
join(homedir(), '.config', 'Code', 'User', 'workspaceStorage'),
|
||||
join(homedir(), '.config', 'Code - Insiders', 'User', 'workspaceStorage'),
|
||||
join(homedir(), '.vscode-server', 'data', 'User', 'workspaceStorage'),
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue