Skip to content

Commit 329afa6

Browse files
author
Tajudeen
committed
Fix broken path reference in comment (void/src/vs/base/common/marshalling.ts)
1 parent 4ebcfd9 commit 329afa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/cortexide/browser/chatThreadService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ class ChatThreadService extends Disposable implements IChatThreadService {
593593
};
594594

595595
// !!! this is important for properly restoring URIs and images from storage
596-
// should probably re-use code from void/src/vs/base/common/marshalling.ts instead. but this is simple enough
596+
// should probably re-use code from src/vs/base/common/marshalling.ts instead. but this is simple enough
597597
private _convertThreadDataFromStorage(threadsStr: string): ChatThreads {
598598
return JSON.parse(threadsStr, (key, value) => {
599599
if (value && typeof value === "object" && value.$mid === 1) {

0 commit comments

Comments
 (0)