scalameta / metals-vscode

Visual Studio Code extension for Metals
https://marketplace.visualstudio.com/items?itemName=scalameta.metals#overview
Apache License 2.0
298 stars 75 forks source link

chore: Set runProvider as true #1422

Closed tgodzik closed 1 year ago

tgodzik commented 1 year ago

Previously, we would not set runProvider and rely entirely on debugProvider, however in some cases where debug is not supported by the build server, we might actually want to use just run. Now, with this set it's possible to see that VS Code actually supports running on the client side and that can be used.

tgodzik commented 1 year ago

I will go ahead and merge this since this is a minor change.