Skip to content

Releases: scalameta/metals-vscode

Metals VS Code - v1.9.6

10 Nov 18:02
c78440f
Compare
Choose a tag to compare

What’s Changed

  • Update default metals version and readme (#441) @tgodzik
  • Support implicit decorations from the Metals server (#413) @tgodzik
  • Add env parameter for adding environment variables (#414) @tgodzik
  • Add scalafixConfigPath option (#402) @mlachkar
  • Basic commands needed to explore sbt bsp support (#426) @ckipp01
  • Support remote debugging (#419) @pvid
  • Add an envFile parameter to debug launch configuration. (#420) @mwz
  • Fix homepage which is shown in marketplace (#437) @ckipp01

🔧 Dependency updates

Metals VS Code - v1.9.5

02 Nov 18:09
5ea9196
Compare
Choose a tag to compare

What’s Changed

- Add in missing bsp-switch command (#436) @ckipp01
- Update ovsx (#409) @tgodzik

🔧 Dependency updates

- Bump metals-languageclient from 0.3.2 to 0.3.3 (#434) @dependabot-preview
- Bump @types/node from 14.14.5 to 14.14.6 (#433) @dependabot-preview
- Bump typescript from 4.0.3 to 4.0.5 (#431) @dependabot-preview
- Bump @types/node from 14.14.3 to 14.14.5 (#432) @dependabot-preview
- Bump @types/node from 14.14.2 to 14.14.3 (#430) @dependabot-preview
- Bump @types/node from 14.14.0 to 14.14.2 (#429) @dependabot-preview
- Bump @types/node from 14.11.10 to 14.14.0 (#428) @dependabot-preview
- Bump @types/node from 14.11.8 to 14.11.10 (#424) @dependabot-preview
- Bump @types/node from 14.11.5 to 14.11.8 (#421) @dependabot-preview
- Bump @types/node from 14.11.2 to 14.11.5 (#418) @dependabot-preview
- Bump ovsx from 0.1.0-next.bcce4bc to 0.1.0-next.e000fdb (#416) @dependabot-preview
- Bump vsce from 1.80.0 to 1.81.1 (#417) @dependabot-preview
- Bump vsce from 1.79.5 to 1.80.0 (#412) @dependabot-preview
- Bump @types/node from 14.11.1 to 14.11.2 (#410) @dependabot-preview

Metals VS Code v1.9.4

21 Sep 20:36
b1e7f98
Compare
Choose a tag to compare

What’s Changed

🔧 Dependency updates

Metals VS Code v1.9.3

19 Aug 18:04
0d727e9
Compare
Choose a tag to compare

What’s Changed

  • Update default version to 0.9.3 and update README to the current docs (#382) @tgodzik
  • Add in extensions and commands from metals-languageclient. (#375) @ckipp01
  • Add deactivate to stop the client once the extension closes (#378) @tgodzik
  • Add files.watcherExclude and search.exclude config (#372) @gabro
  • Add a step to publish to Open VSX registry (#359) @tgodzik

🔧 Dependency updates

Metals VS Code v1.9.2

15 Jul 11:46
c46c9f2
Compare
Choose a tag to compare

What’s Changed

🔧 Dependency updates

Metals VS Code v1.9.1

01 Jul 21:36
0c4d667
Compare
Choose a tag to compare

What’s Changed

🔧 Dependency updates

Metals VS Code v1.9.0

05 May 10:58
f1800fb
Compare
Choose a tag to compare

What’s Changed

  • Update default Metals version to 0.9.0 (#292) @tgodzik
  • Add new icons for the metals view and a separate compilations section (#289) @tgodzik
  • Move from ClientExperimentalCapabilities to IntializationOptions (#290) @ckipp01
  • Upgrade to latest metals-languageclient (#291) @olafurpg
  • Add focus diagnostics command to be able to force the view from server (#281) @tgodzik
  • Turn off parent code lenses by default until issues are fixed (#284) @tgodzik
  • Utilize tvp interfaces from metals-languageclient (#276) @ckipp01
  • Add go to super method and reveal method hierarchyto palette (#275) @tgodzik
  • Add in a trim to the server version the user provides (#273) @ckipp01

🔧 Dependency updates

Metals VS Code v1.8.6

10 Apr 18:27
9bab5db
Compare
Choose a tag to compare

What’s Changed

🔧 Dependency updates

Metals VS Code v1.8.5

27 Mar 18:59
5e8add1
Compare
Choose a tag to compare

What’s Changed

  • Fix description for setting metals.javaHome (#248) @bgeron-contiamo
  • Update prettier (#247) @ckipp01
  • Replace vscode with @types/vscode (#246) @ckipp01

🔧 Dependency updates

Metals VS Code v1.8.4

20 Mar 12:09
7ef5041
Compare
Choose a tag to compare

What’s Changed

  • Revert "Bump vscode-languageclient from 6.1.1 to 6.1.2" (#245) @tgodzik