File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const hover: IPreviewContext = {
42
42
} ;
43
43
const copy : IPreviewContext = { budget : Infinity , quoted : false } ;
44
44
const watch : IPreviewContext = { budget : 1000 , quoted : true , postProcess : escape } ;
45
- const fallback : IPreviewContext = { budget : 100 , quoted : true } ;
45
+ const fallback : IPreviewContext = { budget : Infinity , quoted : true } ;
46
46
47
47
export const getContextForType = ( type : PreviewContextType | string | undefined ) => {
48
48
switch ( type ) {
Original file line number Diff line number Diff line change @@ -529,8 +529,6 @@ export class Thread implements IVariableStoreLocationProvider {
529
529
) ;
530
530
}
531
531
532
- if ( args . context == undefined ) args . context = 'watch' ;
533
-
534
532
const variable = await variableStore
535
533
. createFloatingVariable ( response . result )
536
534
. toDap ( args . context as PreviewContextType , args . format ) ;
You can’t perform that action at this time.
0 commit comments