Skip to content

Commit

Permalink
Merge pull request #1479 from kaplan-shaked/main
Browse files Browse the repository at this point in the history
allow to run main of different files in parallel
  • Loading branch information
tgodzik committed Apr 9, 2024
2 parents ec5db6d + b7c4e36 commit 658b86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/metals-vscode/src/debugger/scalaDebugger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ async function runMain(main: ExtendedScalaRunMain): Promise<boolean> {

const shellOptions = { ...platformSpecificOptions(), env };
const task = new Task(
{ type: "scala", task: "run" },
{ type: "scala", task: "run", class: main.data.class },
workspaceFolder,
"Scala run",
"Metals",
Expand Down

0 comments on commit 658b86c

Please sign in to comment.