Releases: scalameta/metals-vscode
Releases · scalameta/metals-vscode
Metals VS Code v1.5.4
Metals VS Code v1.5.3
Metals VS Code v1.5.2
What’s Changed (1.5.0-1.5.2)
- Update VS code documentation (#131) @tgodzik
- Remove debugging line (#125) @olafurpg
- Upgrade to 0.7.0 (#124) @olafurpg
- Implement Tree View Protocol (TVP). (#122) @olafurpg
- Automatically add | when using multiline strings (#121) @tgodzik
- Remove "work in progress" from the description (#119) @gabro
- Add build.sc to workspace detection (#120) @tgodzik
- Fix proper indentation of Scaladocs (#118) @torkelrogstad
VS Code Metals v1.4.3
VS Code Metals v1.4.2
VS Code Metals v1.4.0
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
v.1.3.1
v1.3.0
VS Code Metals v1.2.8
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