scalameta / metals-vscode

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

bugfix: Add back properties and env when fetching metals #1510

Closed tgodzik closed 4 months ago

tgodzik commented 4 months ago

Looks like using -J and -J-D doesn't work on windows. Users will have to use JAVA_OPTS or other env variables

Might also help with https://github.com/scalameta/metals-vscode/issues/1509