File tree 3 files changed +4
-4
lines changed
extensions/debug-auto-launch
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
"debug.javascript.usePreviewAutoAttach" : {
40
40
"scope" : " window" ,
41
41
"type" : " boolean" ,
42
- "default" : false ,
42
+ "default" : true ,
43
43
"description" : " %debug.javascript.usePreviewAutoAttach%"
44
44
}
45
45
}
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ function toggleAutoAttachSetting() {
93
93
94
94
function autoAttachWithJsDebug ( ) {
95
95
const jsDebugConfig = vscode . workspace . getConfiguration ( JS_DEBUG_SETTINGS ) ;
96
- return jsDebugConfig . get ( JS_DEBUG_USEPREVIEWAA , false ) ;
96
+ return jsDebugConfig . get ( JS_DEBUG_USEPREVIEWAA , true ) ;
97
97
}
98
98
99
99
function readCurrentState ( ) : State {
Original file line number Diff line number Diff line change 76
76
},
77
77
{
78
78
"name" : " ms-vscode.js-debug-companion" ,
79
- "version" : " 1.0.2 " ,
79
+ "version" : " 1.0.4 " ,
80
80
"repo" : " https://github.com/microsoft/vscode-js-debug-companion" ,
81
81
"metadata" : {
82
82
"id" : " 99cb0b7f-7354-4278-b8da-6cc79972169d" ,
91
91
},
92
92
{
93
93
"name" : " ms-vscode.js-debug" ,
94
- "version" : " 1.48.1 " ,
94
+ "version" : " 1.49.0 " ,
95
95
"repo" : " https://github.com/Microsoft/vscode-js-debug" ,
96
96
"metadata" : {
97
97
"id" : " 25629058-ddac-4e17-abba-74678e126c5d" ,
You can’t perform that action at this time.
0 commit comments