Replies: 2 comments 2 replies
-
|
I can't seem to make that work either by adding it to task properties inside the extension. How are you trying to add it? I wonder if this would work if we implemented https://code.visualstudio.com/api/extension-guides/task-provider |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I tried directly in tasks.json |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When running a Scala program through the metals
runicon, metals uses a VSCode task for that purpose.The default configuration for the tasks prints out redundant clutter:
Executing task: .... the entire command-line ...Terminal will be reused by tasks, press any key to close it.Additionally, I want to clear the console at every run.
VSCode already has such options that can be configured for a task:
However, I'm not able to define such options so they take effect.
Is there something I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions