|
188 | 188 | "Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." |
189 | 189 | ] |
190 | 190 | }, |
191 | | - "generateOptionsSchema.console.markdownDescription": "When launching console projects, indicates which console the target program should be launched into.", |
| 191 | + "generateOptionsSchema.console.markdownDescription": "Indicates which console the target program should be launched into. See https://aka.ms/VSCode-CS-LaunchJson-Console for more information.", |
192 | 192 | "generateOptionsSchema.console.settingsDescription": { |
193 | | - "message": "**Note:** _This option is only used for the `dotnet` debug configuration type_.\n\nWhen launching console projects, indicates which console the target program should be launched into.", |
| 193 | + "message": "**Note:** _This option is only used for console projects launched with the `dotnet` debug configuration type_.\n\nIndicates which console the target program should be launched into. See https://aka.ms/VSCode-CS-LaunchJson-Console for more information.", |
194 | 194 | "comment": [ |
195 | 195 | "Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." |
196 | 196 | ] |
197 | 197 | }, |
198 | | - "generateOptionsSchema.console.internalConsole.enumDescription": "Output to the VS Code Debug Console. This doesn't support reading console input (ex:Console.ReadLine).", |
199 | | - "generateOptionsSchema.console.integratedTerminal.enumDescription": "VS Code's integrated terminal.", |
200 | | - "generateOptionsSchema.console.externalTerminal.enumDescription": "External terminal that can be configured via user settings.", |
| 198 | + "generateOptionsSchema.console.internalConsole.enumDescription": "The target process's console input (stdin) and output (stdout/stderr) are routed through the VS Code Debug Console.", |
| 199 | + "generateOptionsSchema.console.integratedTerminal.enumDescription": "The target process will run inside VS Code's integrated terminal.", |
| 200 | + "generateOptionsSchema.console.externalTerminal.enumDescription": "The target process will run inside its own external terminal. When using this mode, you will need to switch focus between Visual Studio Code and the external terminal window.", |
201 | 201 | "generateOptionsSchema.externalConsole.markdownDescription": { |
202 | 202 | "message": "Attribute `externalConsole` is deprecated, use `console` instead. This option defaults to `false`.", |
203 | 203 | "comment": [ |
|
0 commit comments