From 5992985e6aa2fef46baffd1ce50b58999cd9a30d Mon Sep 17 00:00:00 2001 From: Yan Zhang Date: Thu, 18 Jul 2019 17:54:21 +0800 Subject: [PATCH 1/3] change default console to integrated terminal Signed-off-by: Yan Zhang --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a7f9571..3379f205 100644 --- a/package.json +++ b/package.json @@ -471,7 +471,7 @@ "%java.debugger.launch.externalTerminal.description%" ], "description": "%java.debugger.configuration.console%", - "default": "internalConsole" + "default": "integratedTerminal" } } } From 2e742d3702a4a0ad56d0efd222e71ee5d00114d5 Mon Sep 17 00:00:00 2001 From: Yan Zhang Date: Fri, 19 Jul 2019 09:56:04 +0800 Subject: [PATCH 2/3] update readme Signed-off-by: Yan Zhang --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f6ca4ac..71cf3b73 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Please also check the documentation of [Language Support for Java by Red Hat](ht - never - Never apply the changes. - `java.debug.settings.enableRunDebugCodeLens`: enable the code lens provider for the run and debug buttons over main entry points, defaults to `true`. - `java.debug.settings.forceBuildBeforeLaunch`: force building the workspace before launching java program, defaults to `true`. -- `java.debug.settings.console`: The specified console to launch Java program, defaults to `internalConsole`. If you want to customize the console for a specific debug session, please modify the 'console' config in launch.json. +- `java.debug.settings.console`: The specified console to launch Java program, defaults to `integratedTerminal`. If you want to customize the console for a specific debug session, please modify the 'console' config in launch.json. - `internalConsole` - VS Code debug console (input stream not supported). - `integratedTerminal` - VS Code integrated terminal. - `externalTerminal` - External terminal that can be configured in user settings. From 7043f8bf51312786bc1723fceee1a8d68a74f92b Mon Sep 17 00:00:00 2001 From: Yan Zhang Date: Fri, 19 Jul 2019 10:31:59 +0800 Subject: [PATCH 3/3] update default value for launch.json schema Signed-off-by: Yan Zhang --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3379f205..4464b5e1 100644 --- a/package.json +++ b/package.json @@ -170,7 +170,7 @@ "%java.debugger.launch.externalTerminal.description%" ], "description": "%java.debugger.launch.console.description%", - "default": "internalConsole" + "default": "integratedTerminal" }, "shortenCommandLine": { "type": "string",