Skip to content

Commit 88a9c7d

Browse files
Keep CodeLens config consistent with F5 generation (#509)
Signed-off-by: Jinbo Wang <[email protected]>
1 parent bcd69b5 commit 88a9c7d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/debugCodeLensProvider.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,7 @@ async function constructDebugConfig(mainClass: string, projectName: string, work
125125
type: "java",
126126
name: `CodeLens (Launch) - ${mainClass.substr(mainClass.lastIndexOf(".") + 1)}`,
127127
request: "launch",
128-
// tslint:disable-next-line
129-
console: "internalConsole",
130128
mainClass,
131-
args: "",
132129
projectName,
133130
};
134131

0 commit comments

Comments
 (0)