Skip to content

Releases: dfinity/vscode-motoko

v0.4.3

22 Sep 05:14
b655522
Compare
Choose a tag to compare

What's Changed

  • Remove angle brackets from auto-closing pairs by @rvanasa in #46
  • Propagate type checking from currently open files and dfx.json entry points by @rvanasa in #47
  • Use cached Motoko base library by @rvanasa in #48

Full Changelog: v0.4.2...v0.4.3

v0.4.2

21 Sep 04:47
e3bbac4
Compare
Choose a tag to compare

Changelog

  • Support Vessel packages in projects without a dfx.json file
  • Add "Restart Motoko language service" functionality for the TS LS
  • Automatically use the TS LS when dfx >= 0.11.1 or if no dfx version is specified
  • Update the readme with information about the new language server
  • Fix corner cases with file paths on Windows OS

v0.4.1

18 Sep 23:27
a20e7f5
Compare
Choose a tag to compare
  • Adds compiler errors/warnings in projects without a dfx.json config file (or local dfx installation).
  • Improves syntax highlighting.

v0.4.0

28 Aug 17:15
866f2ff
Compare
Choose a tag to compare
  • Overhauled Motoko syntax highlighting
  • Added autocompletion and validation for dfx.json files
  • Integrated a Motoko code formatter (prettier-plugin-motoko)

v0.3.9

04 Mar 12:16
Compare
Choose a tag to compare
0.3.9

v0.3.8

04 Mar 12:13
Compare
Choose a tag to compare
install node tools before publishing

v0.3.7

04 Mar 12:12
Compare
Choose a tag to compare
only run on release

Fixes an issue in standalone Vessel projects

04 Mar 12:09
Compare
Choose a tag to compare

v0.3.5

06 Aug 09:16
Compare
Choose a tag to compare
0.3.5

v0.3.4

09 Apr 19:25
Compare
Choose a tag to compare

The first proper release after we launched on the Marketplace.

  • Updates the README instructions to point at the Marketplace and moves the build instructions into a "Contributing" section
  • Adds a Logo and changes the banner color, so our Marketplace page looks a little nicer
  • Adds detection and support for vessel. Only works in non-dfx projects for now.