We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78ad04c + 2de8909 commit bbe99faCopy full SHA for bbe99fa
1 file changed
src/providers/copilot.ts
@@ -318,6 +318,7 @@ function getVSCodeWorkspaceStorageDirs(): string[] {
318
return [
319
join(homedir(), '.config', 'Code', 'User', 'workspaceStorage'),
320
join(homedir(), '.config', 'Code - Insiders', 'User', 'workspaceStorage'),
321
+ join(homedir(), '.vscode-server', 'data', 'User', 'workspaceStorage'),
322
]
323
}
324
0 commit comments