Skip to content

Commit 777a766

Browse files
authored
Merge pull request #5344 from Rageking8/normalize-backtick-usage-in-first-column-of-tables
Normalize backtick usage in first column of tables
2 parents b121ccb + fd0c9bf commit 777a766

File tree

2 files changed

+32
-33
lines changed

2 files changed

+32
-33
lines changed

docs/build/launch-vs-schema-reference-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To create the file, right-click on an executable file in **Solution Explorer** a
5555
| `debugServerArgs` | string | Optional debug server args. Defaults to null. |
5656
| `filterStderr` | boolean | Search stderr stream for server-started pattern and log stderr to debug output. Defaults to **`false`**. |
5757
| `coreDumpPath` | string | Optional full path to a core dump file for the specified program. Defaults to null. |
58-
| externalConsole | boolean | If true, a console is launched for the debuggee. If **`false`**, no console is launched. The default for this setting is **`false`**. This option is ignored in some cases for technical reasons. |
58+
| `externalConsole` | boolean | If true, a console is launched for the debuggee. If **`false`**, no console is launched. The default for this setting is **`false`**. This option is ignored in some cases for technical reasons. |
5959
| `pipeTransport` | string | When present, this value tells the debugger to connect to a remote computer using another executable as a pipe that will relay standard input/output between Visual Studio and the MI-enabled debugger (such as gdb). Allowed values: one or more [Pipe Transport Options](#pipe_transport_options). |
6060

6161
## debugInfo macros

0 commit comments

Comments
 (0)