Skip to content

Commit d93f891

Browse files
committed
Trying to fix double click in a variable that has more than 100 characters.
1 parent 95d772b commit d93f891

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/adapter/threads.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,8 @@ export class Thread implements IVariableStoreLocationProvider {
529529
);
530530
}
531531

532+
if (args.context == undefined) args.context = 'watch';
533+
532534
const variable = await variableStore
533535
.createFloatingVariable(response.result)
534536
.toDap(args.context as PreviewContextType, args.format);

0 commit comments

Comments
 (0)