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
Description : Name of the default launch configuration to use when starting the debugger
64
-
Type : `string`
65
-
Default : `""`
65
+
66
+
Description : Name of the default launch configuration to use when starting the debugger
67
+
Type : `string`
68
+
Default : `""`
66
69
67
70
#### `copilot-debugger.entryTimeoutSeconds`
68
-
Description : Timeout in seconds waiting for initial entry stop after launching (before first user breakpoint). Supports long startup/build times; must be > 0.
69
-
Type : `integer`
70
-
Default : `60`
71
+
72
+
Description : Timeout in seconds waiting for initial entry stop after launching (before first user breakpoint). Supports long startup/build times; must be > 0.
73
+
Type : `integer`
74
+
Default : `60`
71
75
72
76
#### `copilot-debugger.captureMaxVariables`
73
-
Description : Maximum number of variables auto-captured when a breakpoint action=capture omits variableFilter (capture-all mode).
74
-
Type : `integer`
75
-
Default : `40`
77
+
78
+
Description : Maximum number of variables auto-captured when a breakpoint action=capture omits variableFilter (capture-all mode).
79
+
Type : `integer`
80
+
Default : `40`
76
81
77
82
#### `copilot-debugger.serverReadyEnabled`
78
-
Description : Enable serverReady automation (trigger + action). When disabled, provided serverReady payloads are ignored.
79
-
Type : `boolean`
80
-
Default : `true`
81
83
82
-
> When this flag is `false`, the Start Debugger tool logs the attempted payload and skips all serverReady processing, ensuring automation never runs accidentally.
84
+
Description : Enable serverReady automation (trigger + action). When disabled, provided serverReady payloads are ignored.
Description : Preferred serverReady action type surfaced in samples and quick insert command.
86
-
Type : `string`
87
-
Default : `"httpRequest"`
88
89
89
-
> The `copilotBreakpointDebugger.insertSampleStartDebuggerPayload` command reads this value every time it runs so you can get sample JSON pre-filled with your preferred action style (HTTP request, shell command, or VS Code command).
90
+
Description : Preferred serverReady action type surfaced in samples and quick insert command.
91
+
Type : `string`
92
+
Default : `"httpRequest"`
90
93
91
94
#### `copilot-debugger.maxBuildErrors`
92
-
Description : Maximum number of build diagnostics (from problem matchers) to include in error messages when debug session fails to start.
93
-
Type : `integer`
94
-
Default : `5`
95
+
96
+
Description : Maximum number of build diagnostics (from problem matchers) to include in error messages when debug session fails to start.
97
+
Type : `integer`
98
+
Default : `5`
95
99
96
100
#### `copilot-debugger.maxOutputLines`
97
-
Description : Maximum number of output lines (stderr/stdout) to buffer per debug session for runtime error reporting.
98
-
Type : `integer`
99
-
Default : `50`
101
+
102
+
Description : Maximum number of output lines (stderr/stdout) to buffer per debug session for runtime error reporting.
103
+
Type : `integer`
104
+
Default : `50`
100
105
101
106
#### `copilot-debugger.consoleLogLevel`
102
-
Description : Controls how verbosely logs are mirrored to the developer console (Output panel always receives every log; this only gates console.* mirroring). Changes take effect immediately without reloading.
103
-
Type : `string`
104
-
Default : `"info"`
107
+
108
+
Description : Controls how verbosely logs are mirrored to the developer console (Output panel always receives every log; this only gates console.\* mirroring). Changes take effect immediately without reloading.
109
+
Type : `string`
110
+
Default : `"info"`
105
111
106
112
#### `copilot-debugger.enableTraceLogging`
107
-
Description : Emit verbose Debug Adapter Protocol trace logs to the output channel for troubleshooting.
108
-
Type : `boolean`
109
-
Default : `false`
113
+
114
+
Description : Emit verbose Debug Adapter Protocol trace logs to the output channel for troubleshooting.
0 commit comments