File tree Expand file tree Collapse file tree
extensions/debug-auto-launch Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 "debug.javascript.usePreviewAutoAttach" : {
4040 "scope" : " window" ,
4141 "type" : " boolean" ,
42- "default" : false ,
42+ "default" : true ,
4343 "description" : " %debug.javascript.usePreviewAutoAttach%"
4444 }
4545 }
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ function toggleAutoAttachSetting() {
9393
9494function autoAttachWithJsDebug ( ) {
9595 const jsDebugConfig = vscode . workspace . getConfiguration ( JS_DEBUG_SETTINGS ) ;
96- return jsDebugConfig . get ( JS_DEBUG_USEPREVIEWAA , false ) ;
96+ return jsDebugConfig . get ( JS_DEBUG_USEPREVIEWAA , true ) ;
9797}
9898
9999function readCurrentState ( ) : State {
Original file line number Diff line number Diff line change 7676 },
7777 {
7878 "name" : " ms-vscode.js-debug-companion" ,
79- "version" : " 1.0.2 " ,
79+ "version" : " 1.0.4 " ,
8080 "repo" : " https://github.com/microsoft/vscode-js-debug-companion" ,
8181 "metadata" : {
8282 "id" : " 99cb0b7f-7354-4278-b8da-6cc79972169d" ,
9191 },
9292 {
9393 "name" : " ms-vscode.js-debug" ,
94- "version" : " 1.48.1 " ,
94+ "version" : " 1.49.0 " ,
9595 "repo" : " https://github.com/Microsoft/vscode-js-debug" ,
9696 "metadata" : {
9797 "id" : " 25629058-ddac-4e17-abba-74678e126c5d" ,
You can’t perform that action at this time.
0 commit comments