You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: package.json
+17
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,23 @@
79
79
"type": "boolean",
80
80
"default": "true",
81
81
"description": "Find all tests within open files, without waiting for the file's target to be expanded in the Test Explorer."
82
+
},
83
+
"bazelbsp.debug.enabled": {
84
+
"type": "boolean",
85
+
"default": "false",
86
+
"markdownDescription": "Enable debugging integration in the Test Explorer. This adds an additional Debug run profile for each test item.\nSet the bazelFlags, profileName, and readyPattern settings in this section to match your repo's required behavior."
87
+
},
88
+
"bazelbsp.debug.bazelFlags": {
89
+
"type": "array",
90
+
"description": "Flags to be added when debugging a target. Include any flags needed to ensure Bazel builds and runs the target in debug mode."
91
+
},
92
+
"bazelbsp.debug.readyPattern": {
93
+
"type": "string",
94
+
"description": "Regex pattern in the console output that signals that the target is ready for a debugger to connect. Once this is seen, the configured launch configuration will be triggered."
95
+
},
96
+
"bazelbsp.debug.launchConfigName": {
97
+
"type": "string",
98
+
"description": "Name of launch configuration that will be executed to begin the DAP debugging session. This must be a valid launch configuration in the launch.json file, workspace, or contributed by another extension."
0 commit comments