You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can now start the Motoko language services using dfx ide.
Better support for IDL canister arguments, including:
(1) Support for unicode escape, e.g. \u{10ffff}\0a
(2) Number can be either decimal or hex with 0x prefix. Can insert _ in between digits, e.g. 1_000_000
(3) Short-hand: omit null for variant; omit label for record.
Oneway awaits. Previously, oneway shared functions could not await/try/throw from within their bodies.
NEW colored logo! Try on a dark background for maximum pizzazz.