Skip to content

Releases: ocamllabs/vscode-ocaml-platform

1.12.0

23 Dec 22:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.11.0...1.12.0

1.11.0

23 Dec 22:37
d0c5521
Compare
Choose a tag to compare

What's Changed

  • chore: add ocamllsp 1.12.3 to known list by @rgrinberg in #985
  • chore: add ocamllsp 1.12.4 to known list by @rgrinberg in #987
  • chore: prepare 1.10.8 by @rgrinberg in #988
  • Fix syntax highlighting for let bindings by @dlesbre in #991
  • chore: update known ocamllsp versions by @rgrinberg in #998
  • Add support for ${firstWorkspaceFolder} as a placeholder variable in configuration files by @mnxn in #1004
  • chore(deps): bump vscode-languageclient from 8.0.1 to 8.0.2 by @dependabot in #994
  • chore(deps-dev): bump vsce from 2.7.0 to 2.11.0 by @dependabot in #1009
  • chore(deps-dev): bump esbuild from 0.14.38 to 0.15.5 by @dependabot in #1006
  • chore(deps-dev): bump esbuild from 0.15.5 to 0.15.6 by @dependabot in #1010
  • formatting: do not wrap function args by @ulugbekna in #1015
  • chore: update lsp versions by @rgrinberg in #1030
  • cleanup: remove unused Import.Ocaml_version.Releases because ocaml v4.14.0 is already supported by Ocaml_version.Releases by @ulugbekna in #1037
  • chore: prepare 1.11.0 by @rgrinberg in #1033

New Contributors

Full Changelog: 1.10.7...1.11.0

1.10.7

23 Dec 22:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.10.6...1.10.7

1.10.6

29 Jun 19:10
Compare
Choose a tag to compare

What's Changed

  • chore: add 1.12.0 and 1.12.1 as known versions by @rgrinberg in #972

Full Changelog: 1.10.5...1.10.6

1.10.5

29 Jun 16:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.10.4...1.10.5

1.10.4

29 Jun 19:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.10.3...1.10.4

1.10.3

29 Jun 19:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.10.2...1.10.3

1.10.2

19 Apr 22:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.10.1...1.10.2

1.10.1

19 Apr 22:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.10.0...1.10.1

1.10.0

07 Mar 22:27
Compare
Choose a tag to compare
  • Add the possibility to generate and show the documentation of an installed
    package right into VSCode. (#771)