Skip to content

Releases: scalameta/metals-vscode

Metals VS Code v1.5.4

12 Sep 11:06
b9992cb
Compare
Choose a tag to compare

What’s Changed

  • Update Metals version to 0.7.5 (#143) @tgodzik
  • Migrate old settings from space-separated values to arrays (#142) @gabro
  • Use type array for serverProperties and customProperties settings (#141) @gabro

Metals VS Code v1.5.3

02 Sep 14:51
2621c1d
Compare
Choose a tag to compare

What’s Changed

  • Update default Metals version to 0.7.2 (#140) @tgodzik
  • stop inserting pipes when editing scala files (#138) @Karola766
  • Fix documentation about build tools (#134) @tgodzik

Metals VS Code v1.5.2

22 Jul 12:13
e8d5e63
Compare
Choose a tag to compare

What’s Changed (1.5.0-1.5.2)

VS Code Metals v1.4.3

15 Jun 22:18
7ee6cc3
Compare
Choose a tag to compare

What’s Changed

  • Fixing metals not being able to start on Windows (#117) @hmemcpy

VS Code Metals v1.4.2

13 Jun 14:18
Compare
Choose a tag to compare

What’s Changed

  • Add millScript and mavenScript options for custom executables (#113) @tgodzik

VS Code Metals v1.4.0

11 Jun 17:03
98e3e30
Compare
Choose a tag to compare

What’s Changed

  • Update metals default version to 0.6.0 (#111) @tgodzik
  • Add settings and documentation about custom resolvers (#109) @pityka
  • Add metals/windowStateDidChange notification (#104) @agajek
  • Sync README.md with Metals docs (#112) @gabro
  • Adding spaces to error messages (#107) @hmemcpy
  • Add gradle setting to visual-code plugin and enable scala dir detection for non-sbt build tools (#101) @tgodzik
  • Upgrade to 0.5.2 (#105) @olafurpg

VS Code Metals v1.3.2

27 Apr 07:25
d35a44f
Compare
Choose a tag to compare

What’s Changed

v.1.3.1

12 Apr 17:19
83a874f
Compare
Choose a tag to compare

What’s Changed

v1.3.0

12 Apr 17:19
2d5d11b
Compare
Choose a tag to compare

What’s Changed

VS Code Metals v1.2.8

03 Apr 13:09
66c13c3
Compare
Choose a tag to compare

What’s Changed

  • Filter out JVM debugging properties for coursier fetch process (#89) @marek1840
  • Update default for "editor.suggestSelection" to "first", fixes #86. (#94) @olafurpg
  • Treat JAVA_FLAGS the same way as JAVA_OPTS, fixes #83. (#93) @olafurpg
  • Remove default GC options, fixes #85. (#90) @olafurpg
  • Upgrade coursier binary from 1.1.0-M9 to 1.1.0-M13-2, fixes #66. (#91) @olafurpg
  • Link to HTTP proxy instructions in "failed to download" error. (#92) @olafurpg